summaryrefslogtreecommitdiff
path: root/_includes/views/header.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/views/header.html')
-rw-r--r--_includes/views/header.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/_includes/views/header.html b/_includes/views/header.html
index c43d7ec..d022c16 100644
--- a/_includes/views/header.html
+++ b/_includes/views/header.html
@@ -1,4 +1,3 @@
-
{%- include functions.html func='get_banner' -%}
{%- include functions.html func='log' level='debug' msg='Get header_transparent value' -%}
@@ -36,7 +35,7 @@
{%- for path in page_paths -%}
{%- assign my_page = site.pages | where: "path", path | first -%}
{%- if my_page.title -%}
- <a class="page-link" href="{{ my_page.url | relative_url }}">{{ my_page.title | upcase | escape }}</a>
+ <a class="page-link" href="{{ my_page.url | relative_url }}">{% t my_page.title %}</a>
{%- endif -%}
{%- endfor -%}