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 4eadc6e commit 880801f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion belajarpython_theme/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +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 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 All @@ -14,4 +15,4 @@ <h1 class="text-primary-500 font-medium text-3xl mb-3">{{ page.title }}</h1>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>

0 comments on commit 880801f

Please sign in to comment.