diff options
| author | Christoph Schlosser <christoph@linux.com> | 2025-09-18 22:05:48 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2025-09-18 22:05:48 +0200 |
| commit | 74cd345f76dd01034c804f75e7f16b42e9c0643c (patch) | |
| tree | b1105460df469168e052ec278bbb9b96a829ca33 /templates/file.md | |
| parent | f2056d0a59cd7234610dd7da1ea2c3e2a4be0f00 (diff) | |
| download | git2hugo-74cd345f76dd01034c804f75e7f16b42e9c0643c.tar.gz | |
g2h: Add breadcrumb navigations to file and tree pages
Diffstat (limited to 'templates/file.md')
| -rw-r--r-- | templates/file.md | 2 |
1 files changed, 2 insertions, 0 deletions
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 }} |