Browse Source

add 'Search' to hard-coded links in site's nav. menu.

stable
Craig Oates 2 years ago
parent
commit
d488b56780
  1. 5
      templates/layouts/header.html

5
templates/layouts/header.html

@ -148,6 +148,11 @@
title="Click to create an account with this website">
{{page.title}}
</a>
{% elif page.slug == "search" %}
<a href="/{{page.slug}}"
title="Click to search the site's archive">
{{page.title}}
</a>
{% else %}
<a href="/view/page/{{page.slug}}"
title="Click to view '{{page.title}}'">

Loading…
Cancel
Save