Make page not look shit

This commit is contained in:
Michał Gdula 2023-02-05 14:19:21 +00:00
parent c1559307b6
commit c32d7e3246
33 changed files with 716 additions and 715 deletions

9
templates/blog.html Normal file
View file

@ -0,0 +1,9 @@
{% extends 'layout.html' %}
{% block nav_blog %}selected{% endblock %}
{% block content %}
<div class="content">
<h1 data-value="Blog">Blog</h1>
<p class="subtitle" data-value="*sound of crickets chirping*">*sound of crickets chirping*</p>
</div>
{% endblock %}