Design improvments

This commit is contained in:
2024-10-14 16:52:45 +02:00
parent 1cf12f91f0
commit bf5f265116
6 changed files with 46 additions and 24 deletions

View File

@ -20,7 +20,7 @@
<div>
{{ page.content | safe }}
</div>
<a href="/posts">Back to list of posts</a>
<a href="/posts" class="link-back">Back to list of posts</a>
</section>
{% endblock content %}

View File

@ -20,7 +20,7 @@
<div>
{{ page.content | safe }}
</div>
<a href="/projects">Back to list of projects</a>
<a href="/projects" class="link-back">Back to list of projects</a>
</section>
{% endblock content %}