From 86d179896001bd867acfe45c79ebb55aa9d53736 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Wed, 25 Oct 2023 20:37:51 -0600 Subject: Add finishing touches --- _includes/views/banner.html | 4 ++-- _includes/views/header.html | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to '_includes/views') diff --git a/_includes/views/banner.html b/_includes/views/banner.html index 1db45a5..bd3205c 100644 --- a/_includes/views/banner.html +++ b/_includes/views/banner.html @@ -116,10 +116,10 @@

- {{ heading | default: page.title | escape }} + {% t home.heading %}

- {{ subheading | default: page.subtitle | escape }} + {% t home.subheading %}

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 -%} - {{ my_page.title | upcase | escape }} + {% t my_page.title %} {%- endif -%} {%- endfor -%} -- cgit v1.2.3