aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/list.gmi
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-22 02:13:20 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-22 02:13:20 +0300
commitef736304163e0952735a8620a48564c288864a94 (patch)
tree2155560a188341cf6d242856e397aa20775ca512 /layouts/_default/list.gmi
parent4a53507256bfefd1e8094defd98d6b28316fa965 (diff)
Auto-commit 2024-12-22
Diffstat (limited to 'layouts/_default/list.gmi')
-rw-r--r--layouts/_default/list.gmi7
1 files changed, 1 insertions, 6 deletions
diff --git a/layouts/_default/list.gmi b/layouts/_default/list.gmi
index 8560760..cbdba50 100644
--- a/layouts/_default/list.gmi
+++ b/layouts/_default/list.gmi
@@ -1,12 +1,7 @@
# {{ .Title }}
-{{ $content := .Content -}}
+{{ $content := .RawContent -}}
-{{ $content := $content | replaceRE `{{<\s*(?:rel)?ref\s+"([^"]+)"\s*>}}` "$1" -}}
-{{ $content := $content | replaceRE `{{<\s*figure\s*(?:.*)?src="([^"]+)"(?:.*)?caption="([^"]+)"(?:.*)?>}}` "![$2]($1)" -}}
-{{ $content := $content | replaceRE `{{<\s*image\s*.*?src="([^"]+)".*?>}}` "![]($1)" -}}
-{{ $content := $content | replaceRE "(?s:< !--more-- >)" "" -}}
-{{ $content := $content | replace "<!-- more -->" "" -}}
{{ $content := $content | replaceRE `\[(.+?)\]\((.+?)\)` "\n=> $2 $1\n" -}}
{{ $content }}