feat: ui changes again

This commit is contained in:
coolnsx
2025-05-19 15:42:13 +05:30
parent 5f3aa5d20c
commit 91d644500a
4 changed files with 88 additions and 82 deletions

View File

@@ -15,7 +15,7 @@
{{ page.title }}
</h1>
<p class="subtitle text-blue-400"><strong>{{ page.date | date(format="%B %d, %Y") }}</strong></p>
<p class="subtitle text-sky-400"><strong>{{ page.date | date(format="%B %d, %Y") }}</strong></p>
{% if page.extra.image %}
{% set image = page.extra.image %}
@@ -37,9 +37,7 @@
</div>
{% endif %}
<div class="mt-6 text-xl text-gray-300">
{{ page.content | safe }}
</div>
{% endblock content %}