summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruvok cheetah2023-08-05 18:55:56 +0200
committeruvok cheetah2023-08-05 18:55:56 +0200
commit0d0b4b1bc16b2e8ef6bcf321583ed3afadf5e19f (patch)
tree6a81b7458f80b562f79020bf4a41dfbfa702a34c
parent6fa729a5583b703ae5e459b528a1965ce839c3fd (diff)
Add "all entries"
-rw-r--r--_includes/pagetrail.html1
-rw-r--r--_layouts/home.html5
-rw-r--r--all.md4
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>
diff --git a/all.md b/all.md
new file mode 100644
index 0000000..8fb1a39
--- /dev/null
+++ b/all.md
@@ -0,0 +1,4 @@
+---
+title: Alle Einträge / All entries
+layout: home
+---