diff options
-rw-r--r-- | _includes/pagetrail.html | 1 | ||||
-rw-r--r-- | _layouts/home.html | 5 | ||||
-rw-r--r-- | all.md | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/_includes/pagetrail.html b/_includes/pagetrail.html index 7ce2712..d09846b 100644 --- a/_includes/pagetrail.html +++ b/_includes/pagetrail.html @@ -1,5 +1,6 @@ <div class="pagetrail"> {% if paginator.page_trail %} + <a href="/all.html">All</a> {% for trail in paginator.page_trail %} <a href="{{ trail.path | prepend: site.baseurl }}" diff --git a/_layouts/home.html b/_layouts/home.html deleted file mode 100644 index 7f34b8f..0000000 --- a/_layouts/home.html +++ /dev/null @@ -1,5 +0,0 @@ ---- -layout: default ---- - -<strong> Error: home layout has been replaced by postlist layout </strong> @@ -0,0 +1,4 @@ +--- +title: Alle Einträge / All entries +layout: home +--- |