about: link to 'links'

This commit is contained in:
colin 2022-07-12 15:44:00 -07:00
parent 9889249492
commit 94e5d8ed9f
3 changed files with 9 additions and 9 deletions

View File

@ -8,9 +8,11 @@
{% block rss_link %}
{% endblock rss_link %}
{# disable the 'about' header link #}
{% block breadcrumbs_right %}
{% endblock breadcrumbs_right %}
{# instead of linking to our self in the header, link to the outlinks #}
{% block right_header_link %}
{% set links = get_page(path="links.md") %}
<a href="{{ links.permalink | safe }}">links</a>
{% endblock right_header_link %}
{% block title %}
About |Perfectly Sane

View File

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

View File

@ -8,10 +8,6 @@
{% block rss_link %}
{% endblock rss_link %}
{# disable the 'about' header link #}
{% block breadcrumbs_right %}
{% endblock breadcrumbs_right %}
{% block title %}
Links |Perfectly Sane
{% endblock title %}