feat: nerd unlocked blog and UI changes

This commit is contained in:
coolnsx
2025-05-18 14:59:34 +05:30
parent 7f7bbd5c33
commit 2b270be31a
6 changed files with 73 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
{{ page.title }}
</h1>
<p class="subtitle text-blue-400"><strong>{{ page.date }}</strong></p>
<p class="subtitle text-blue-400"><strong>{{ page.date | date(format="%B %d, %Y") }}</strong></p>
{% if page.extra.image %}
{% set image = page.extra.image %}