i need to sleep

This commit is contained in:
CJSatnarine
2025-03-21 01:18:06 -04:00
parent 57a4b6c72c
commit 1d3212c1ba
11 changed files with 111 additions and 54 deletions

View File

@@ -1,11 +1,11 @@
{% extends "base.html" %}
{% block content %}
<h1 class="title">
<a href="{{ get_url(path='@/blog/_index.md') }}"> <- back to posts</a>
<h1 id="title" class="title">
{{ page.title }}
</h1>
<p class="subtitle"><strong>{{ page.date }}</strong></p>
<h3 id="subtitle" class="subtitle"><strong>{{ page.date }}</strong></h3>
{{ page.content | safe }}
{% endblock content %}