diff options
author | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-02-25 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-02-25 00:00:00 +0000 |
commit | b5c3919fe891a965b0051b0ea10f3121d049b34080165f95b92a65e739526c5c (patch) | |
tree | 48c4101994628c672988e6d8691c14a4764c925cf8a75b20d414c9115de7c9e7 /layouts/_default/taxonomy.gmi | |
parent | 8dffa37f8ac556ed834feb78d8d659592808fe342f2078eaeea6c256d2ad0529 (diff) | |
download | hugo-theme-journal-b5c3919fe891a965b0051b0ea10f3121d049b34080165f95b92a65e739526c5c.tar.gz hugo-theme-journal-b5c3919fe891a965b0051b0ea10f3121d049b34080165f95b92a65e739526c5c.zip |
Organize layouts
Diffstat (limited to 'layouts/_default/taxonomy.gmi')
-rw-r--r-- | layouts/_default/taxonomy.gmi | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/layouts/_default/taxonomy.gmi b/layouts/_default/taxonomy.gmi deleted file mode 100644 index 56b53a9..0000000 --- a/layouts/_default/taxonomy.gmi +++ /dev/null @@ -1,13 +0,0 @@ -{{ define "main" -}} -=> / {{ emojify ":link:" | safeHTML }} Return to homepage - - -# {{ .Type | humanize }} -## Feeds -=> {{ .RelPermalink | replaceRE `(?m)index.gmi$` "atom.xml" | safeHTML }} {{ emojify ":link:" | safeHTML }} Atom Feed - -## List -{{- range .Data.Pages }} -=> {{ .RelPermalink | replaceRE `(?m)index.gmi$` "" }} {{ emojify ":link:" | safeHTML }} {{ .Title | safeHTML }} -{{- end }} -{{- end }} |