Some bugs fixed

This commit is contained in:
coolnsx
2025-05-17 20:18:10 +05:30
parent e9b62acc48
commit 7f7bbd5c33
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -51,8 +51,8 @@
<h2 class="text-2xl font-semibold text-white"> <h2 class="text-2xl font-semibold text-white">
{{ page.title }} {{ page.title }}
</h2> </h2>
<p class="text-blue-400 text-sm mt-2">{{ page.date }}</p> <p class="subtitle text-blue-400 mt-2">{{ page.date }}</p>
<p class="text-gray-300 text-sm mt-2">{{ page.description }}</p> <p class="text-gray-300 text-sm mt-3">{{ page.description }}</p>
</div> </div>
</a> </a>
{% endfor %} {% endfor %}