aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/single.txt
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/single.txt')
-rw-r--r--layouts/_default/single.txt9
1 files changed, 3 insertions, 6 deletions
diff --git a/layouts/_default/single.txt b/layouts/_default/single.txt
index 51f0239..7a44b8b 100644
--- a/layouts/_default/single.txt
+++ b/layouts/_default/single.txt
@@ -1,8 +1,5 @@
{{ .Title }}
-
-{{ $content := .RawContent -}}
-{{ $content := $content | replaceRE "(?s:< !--more-- >)" "" -}}
-{{ $content }}
-
----
+================================================================================
+{{ partial "content.txt" . }}
+================================================================================
NeonXP at {{ .Date.Format "2006-01-02" }}