diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2025-01-02 23:16:38 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2025-01-02 23:16:38 +0300 |
commit | 940af50d96e9a7916674d237dec53738ab776103 (patch) | |
tree | 8309097577c27913d094edfbe60d880da968e680 /layouts/_default/list.gmi | |
parent | bd7ba4fe06dcf39ef0219d51e40b38da80fdefcd (diff) |
Auto-commit 2025-01-02
Diffstat (limited to 'layouts/_default/list.gmi')
-rw-r--r-- | layouts/_default/list.gmi | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/layouts/_default/list.gmi b/layouts/_default/list.gmi deleted file mode 100644 index cbdba50..0000000 --- a/layouts/_default/list.gmi +++ /dev/null @@ -1,11 +0,0 @@ -# {{ .Title }} - -{{ $content := .RawContent -}} - -{{ $content := $content | replaceRE `\[(.+?)\]\((.+?)\)` "\n=> $2 $1\n" -}} - -{{ $content }} - -{{ range .Pages.ByPublishDate.Reverse }} -=> {{ .RelPermalink | replaceRE `index.gmi` `` }}{{if .Date }} {{ .Date.Format "2006-01-02" }}{{ end }} {{ .Title }} -{{ end }}
\ No newline at end of file |