summaryrefslogtreecommitdiff
path: root/_includes/views/banner.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/views/banner.html')
-rw-r--r--_includes/views/banner.html4
1 files changed, 2 insertions, 2 deletions
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 @@
<div class="page-banner-default">
<h1 class="page-banner-heading">
- {{ heading | default: page.title | escape }}
+ {% t home.heading %}
</h1>
<h2 class="page-banner-subheading">
- {{ subheading | default: page.subtitle | escape }}
+ {% t home.subheading %}
</h2>
</div>