Added: hr under the h1 in posts and projects template
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 14s
Build Zola Website / build (pull_request) Successful in 20s

This commit is contained in:
Filip Rojek 2024-12-15 03:52:41 +01:00
parent 28c29f0d30
commit 1de4bf249b
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@
<!-- <h2>{{ page.title }}</h2> --> <!-- <h2>{{ page.title }}</h2> -->
<div> <div>
<hr>
{{ page.content | safe }} {{ page.content | safe }}
</div> </div>
<a href="/posts" class="link-back">Back to list of posts</a> <a href="/posts" class="link-back">Back to list of posts</a>

View File

@ -18,6 +18,7 @@
<h2>{{ page.title }}</h2> <h2>{{ page.title }}</h2>
<div> <div>
<hr>
{{ page.content | safe }} {{ page.content | safe }}
</div> </div>
<a href="/projects" class="link-back">Back to list of projects</a> <a href="/projects" class="link-back">Back to list of projects</a>