Skip to content

Commit

Permalink
Update content.html
Browse files Browse the repository at this point in the history
  • Loading branch information
purwnt authored Jan 26, 2024
1 parent 732cc0b commit 59911c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion belajarpython_theme/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{%- include "sidebar.html" %}
{% endif %}
<main class="w-12/12 pb-10 px-4 {{'md:w-9/12 tutorial' if page.url.split('/')[0] == 'tutorial' else 'md:w-12/12' }}">
<a href="https://otopilot.id" target="_blank"><img style="width: 60%;margin: 0 auto;margin-bottom: 40px;" src="https://raw.githubusercontent.com/purwnt/cd-c50a70fef3d1/main/ads-belajarpython.png"/></a>
<a href="https://otopilot.id?source=Belajarpython" target="_blank"><img style="width: 60%;margin: 0 auto;margin-bottom: 40px;" src="https://raw.githubusercontent.com/purwnt/cd-c50a70fef3d1/main/ads-belajarpython.png"/></a>
<h1 class="text-primary-500 font-medium text-3xl mb-3">{{ page.title }}</h1>
{{ page.content }}
</main>
Expand Down

0 comments on commit 59911c9

Please sign in to comment.