Added: hr under the h1 in posts and projects template

This commit is contained in:
fr
2025-08-27 19:28:14 +02:00
parent 061ec13593
commit 83fad4df89
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@
<h2>{{ page.title }}</h2>
<div>
<hr>
{{ page.content | safe }}
</div>
<a href="/projects" class="link-back">Back to list of projects</a>