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/_partials/head/css.html | 27 --------------------------- themes/neonxp/layouts/_partials/head/js.html | 16 ---------------- 2 files changed, 43 deletions(-) delete mode 100644 themes/neonxp/layouts/_partials/head/css.html delete mode 100644 themes/neonxp/layouts/_partials/head/js.html (limited to 'themes/neonxp/layouts/_partials/head') diff --git a/themes/neonxp/layouts/_partials/head/css.html b/themes/neonxp/layouts/_partials/head/css.html deleted file mode 100644 index 9324758..0000000 --- a/themes/neonxp/layouts/_partials/head/css.html +++ /dev/null @@ -1,27 +0,0 @@ -{{- with resources.Get "css/reset.css" }} -{{- if hugo.IsDevelopment }} - -{{- else }} -{{- with . | minify | fingerprint }} - -{{- end }} -{{- end }} -{{- end }} -{{- with resources.Get "css/paper.css" }} -{{- if hugo.IsDevelopment }} - -{{- else }} -{{- with . | minify | fingerprint }} - -{{- end }} -{{- end }} -{{- end }} -{{- with resources.Get "css/main.css" }} -{{- if hugo.IsDevelopment }} - -{{- else }} -{{- with . | minify | fingerprint }} - -{{- end }} -{{- end }} -{{- end }} \ No newline at end of file diff --git a/themes/neonxp/layouts/_partials/head/js.html b/themes/neonxp/layouts/_partials/head/js.html deleted file mode 100644 index 1b7c18e..0000000 --- a/themes/neonxp/layouts/_partials/head/js.html +++ /dev/null @@ -1,16 +0,0 @@ - \ No newline at end of file -- cgit v1.2.3