mirror of
https://github.com/CoolnsX/my-website.git
synced 2025-12-20 15:25:19 +05:30
feat: ui changes again
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user