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

View File

@ -31,9 +31,11 @@
<span class="flex-right"> <span class="flex-right">
{% block breadcrumbs_right %} {% block breadcrumbs_right %}
<span class="link-consolidated link-consolidated-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> </span>
{% endblock %} {% endblock %}
</span> </span>
</header> </header>

View File

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