about: make breadcrumbs work right for this page

This commit is contained in:
Colin 2022-04-04 23:48:23 +00:00
parent 996c70ebb6
commit 3bfd0e8bc0
3 changed files with 21 additions and 5 deletions

View File

@ -1,4 +1,6 @@
+++
template = "about.html"
title = "About"
title = "What Is This Place"
+++
i don't know any better than you

View File

@ -1,5 +1,17 @@
{% extends "base.html" %}
{% block breadcrumbs %}
/ <a href="/">home</a> / <a>about</a>
{% endblock breadcrumbs %}
{% block breadcrumbs_right %}
{% endblock breadcrumbs_right %}
{% block content %}
cOmInG sOoN
<h1>
{{ page.title }}
</h1>
{{ page.content | safe }}
{% endblock content %}

View File

@ -18,9 +18,11 @@
</span>
</span>
<span class="flex-right">
<span class="link-consolidated link-consolidated-right">
<a href="{{ about.permalink | safe }}">about</a>
</span>
{% block breadcrumbs_right %}
<span class="link-consolidated link-consolidated-right">
<a href="{{ about.permalink | safe }}">about</a>
</span>
{% endblock %}
</span>
</header>
<div class="body-text">