diff options
Diffstat (limited to 'layouts/_default')
-rw-r--r-- | layouts/_default/_markup/render-image.txt | 2 | ||||
-rw-r--r-- | layouts/_default/list.txt | 10 | ||||
-rw-r--r-- | layouts/_default/single.txt | 9 |
3 files changed, 9 insertions, 12 deletions
diff --git a/layouts/_default/_markup/render-image.txt b/layouts/_default/_markup/render-image.txt new file mode 100644 index 0000000..e2d496a --- /dev/null +++ b/layouts/_default/_markup/render-image.txt @@ -0,0 +1,2 @@ +Изображение «{{- if .Text -}}{{- .Text -}}{{- else -}}{{- .Title -}}{{- end -}}»: +{{ .Destination | safeURL }}
\ No newline at end of file diff --git a/layouts/_default/list.txt b/layouts/_default/list.txt index 0d9cee8..c129a19 100644 --- a/layouts/_default/list.txt +++ b/layouts/_default/list.txt @@ -1,9 +1,7 @@ -# {{ .Title }} - -{{ $content := .RawContent -}} - -{{ $content }} +{{ .Title }} +================================================================================ +{{ partial "content.txt" . }} {{ range .Pages.ByPublishDate.Reverse }} -=> {{ .RelPermalink | replaceRE `index.txt` `` }}{{if .Date }} {{ .Date.Format "2006-01-02" }}{{ end }} {{ .Title }} +* {{if .Date }} {{ .Date.Format "2006-01-02" }}{{ end }}{{- .Title }} ({{ .RelPermalink | replaceRE `text/index.txt` `` }}) {{ end }}
\ No newline at end of file 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" }} |