From 74b65dd83f7c66d1f67f961b1fee65400b1fc334 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Mon, 18 Nov 2024 23:18:18 +0300 Subject: Фикс темы под мобильные устройства MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/neonxp/layouts/index.html | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 themes/neonxp/layouts/index.html (limited to 'themes/neonxp/layouts/index.html') diff --git a/themes/neonxp/layouts/index.html b/themes/neonxp/layouts/index.html deleted file mode 100644 index f92bc7f..0000000 --- a/themes/neonxp/layouts/index.html +++ /dev/null @@ -1,30 +0,0 @@ -{{ define "main" }} -
- -
-
-
- {{ .Title }} -
-
- {{ .Summary }} -
-
- {{ .Content }} -
-
-

Блог

- {{ $pages := where site.RegularPages "Type" "posts" }} - {{ $paginator := .Paginate $pages 7 }} - {{ range $paginator.Pages }} - {{ partial "list.html" . }} - {{ end }} - -
-
-{{ end }} -- cgit v1.2.3