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