diff options
author | uvok cheetah | 2020-01-09 20:21:20 +0100 |
---|---|---|
committer | uvok cheetah | 2020-01-09 20:21:20 +0100 |
commit | 65a34708745faedfb7367bc28fee92bba8a02d83 (patch) | |
tree | 2f2cfc0bd5637c27d3dc22826177bfcd775a9229 | |
parent | 0a4a9cb0d4e89f121f6048765171262e5658093b (diff) |
Remove "duplicate" heading from post list
-rw-r--r-- | _layouts/home.html | 2 | ||||
-rw-r--r-- | index.md | 1 |
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 %} @@ -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 --- |