blog: server setup starrs

This commit is contained in:
coolnsx
2025-08-05 13:42:10 +05:30
parent d8fd0ccd51
commit 663d7a9727
9 changed files with 359 additions and 18 deletions

View File

@@ -15,7 +15,7 @@
{{ page.title }}
</h1>
<p class="subtitle">
<p class="subtitle text-center">
{% if page.updated %}
Last Updated:
<strong class="text-sky-400">
@@ -40,7 +40,7 @@
{% set image_url = get_url(path=image) %}
{% endif %}
<div class="flex justify-center my-4">
<div class="flex justify-center my-4 mx-6">
<img
src="{{ image_url | safe }}"
alt="{{ page.title }}"
@@ -52,7 +52,7 @@
</div>
{% endif %}
<div class="mt-6 text-xl text-gray-300">
<div class="mt-6 mx-6 text-lg text-gray-300">
{{ page.content | safe }}
</div>
{% endblock content %}