From 001e5887bc7b8831dc1da4dbe42ee5cccf0225de Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Tue, 21 Apr 2026 20:46:33 +0300 Subject: 21.04.2026 --- themes/neonxp/layouts/section.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 themes/neonxp/layouts/section.html (limited to 'themes/neonxp/layouts/section.html') diff --git a/themes/neonxp/layouts/section.html b/themes/neonxp/layouts/section.html new file mode 100644 index 0000000..5d3a4ba --- /dev/null +++ b/themes/neonxp/layouts/section.html @@ -0,0 +1,26 @@ +{{ define "main" }} +
+

{{ .Title }}

+ {{ .Content }} +
+
+ + {{ range .Paginator.Pages }} +
+

{{ .LinkTitle }}

+ {{if .Date }} + {{ $dateMachine := .Date | time.Format "2006-01-02 15:04:05-07:00" }} + {{ $dateHuman := .Date | time.Format ":date_long" }} + + {{end}} +
+ {{ .Summary }} +
+ Читать дальше... +
+ {{ end }} +
+ {{ template "_internal/pagination.html" . }} +
+
+{{ end }} \ No newline at end of file -- cgit v1.2.3