summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_layouts/home.html2
-rw-r--r--index.md1
2 files changed, 1 insertions, 2 deletions
diff --git a/_layouts/home.html b/_layouts/home.html
index 1cb628e..dd4796e 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -13,7 +13,7 @@ layout: default
{% include pagetrail.html %}
- <h2 class="post-list-heading">{{ page.list_title | default: "Posts" }}</h2>
+ <h2 class="post-list-heading">{{ page.list_title }}</h2>
<ul class="post-list">
{% if paginator == nil %}
{% assign paginator = site %}
diff --git a/index.md b/index.md
index 72e42e1..0405560 100644
--- a/index.md
+++ b/index.md
@@ -3,7 +3,6 @@
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
layout: home
-list_title: Beiträge
pagination:
enabled: true
---