summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/_breadcrumbs.md1
-rw-r--r--templates/file.md2
-rw-r--r--templates/tree.md2
3 files changed, 5 insertions, 0 deletions
diff --git a/templates/_breadcrumbs.md b/templates/_breadcrumbs.md
new file mode 100644
index 0000000..d190b00
--- /dev/null
+++ b/templates/_breadcrumbs.md
@@ -0,0 +1 @@
+{{ breadcrumbs }}
diff --git a/templates/file.md b/templates/file.md
index 12a5a81..28f458a 100644
--- a/templates/file.md
+++ b/templates/file.md
@@ -1,5 +1,7 @@
{% include '_head.md' %}
+{% include '_breadcrumbs.md' %}
+
{% if type == 'text' %}
```{{ file_extension }}
{{ content }}
diff --git a/templates/tree.md b/templates/tree.md
index 53644bc..8a30cee 100644
--- a/templates/tree.md
+++ b/templates/tree.md
@@ -1,6 +1,8 @@
{% include '_head.md' %}
{% if entries %}
+{% include '_breadcrumbs.md' %}
+
| Name | Last modified |
|------|---------------|
{%- for entry in entries %}