From d8b5023d7269fd67374cf65a1372e374b41964e0 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sat, 14 Feb 2026 13:06:23 +0300 Subject: New post, didaceted theme --- themes/neonxp/layouts/section.html | 26 -------------------------- 1 file changed, 26 deletions(-) delete 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 deleted file mode 100644 index 5d3a4ba..0000000 --- a/themes/neonxp/layouts/section.html +++ /dev/null @@ -1,26 +0,0 @@ -{{ 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