From 239d68f94c6250276850fbe95eaa6cdd5c38fb26 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sat, 16 Nov 2024 19:32:18 +0300 Subject: Своя тема, полностью всё переделал MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../partials/footer/components/custom-font.html | 11 ----------- .../layouts/partials/footer/components/script.html | 12 ----------- .../layouts/partials/footer/custom.html | 0 .../layouts/partials/footer/footer.html | 23 ---------------------- .../layouts/partials/footer/include.html | 3 --- 5 files changed, 49 deletions(-) delete mode 100644 themes/hugo-theme-stack/layouts/partials/footer/components/custom-font.html delete mode 100644 themes/hugo-theme-stack/layouts/partials/footer/components/script.html delete mode 100644 themes/hugo-theme-stack/layouts/partials/footer/custom.html delete mode 100644 themes/hugo-theme-stack/layouts/partials/footer/footer.html delete mode 100644 themes/hugo-theme-stack/layouts/partials/footer/include.html (limited to 'themes/hugo-theme-stack/layouts/partials/footer') diff --git a/themes/hugo-theme-stack/layouts/partials/footer/components/custom-font.html b/themes/hugo-theme-stack/layouts/partials/footer/components/custom-font.html deleted file mode 100644 index 8e2ff37..0000000 --- a/themes/hugo-theme-stack/layouts/partials/footer/components/custom-font.html +++ /dev/null @@ -1,11 +0,0 @@ - \ No newline at end of file diff --git a/themes/hugo-theme-stack/layouts/partials/footer/components/script.html b/themes/hugo-theme-stack/layouts/partials/footer/components/script.html deleted file mode 100644 index 3dc96cb..0000000 --- a/themes/hugo-theme-stack/layouts/partials/footer/components/script.html +++ /dev/null @@ -1,12 +0,0 @@ -{{- partial "helper/external" (dict "Context" . "Namespace" "Vibrant") -}} - -{{- $opts := dict "minify" hugo.IsProduction -}} -{{- $script := resources.Get "ts/main.ts" | js.Build $opts | fingerprint -}} - - - -{{- with resources.Get "ts/custom.ts" -}} - {{/* Place your custom script in HUGO_SITE_FOLDER/assets/ts/custom.ts */}} - {{- $customScript := . | js.Build $opts | fingerprint -}} - -{{- end -}} \ No newline at end of file diff --git a/themes/hugo-theme-stack/layouts/partials/footer/custom.html b/themes/hugo-theme-stack/layouts/partials/footer/custom.html deleted file mode 100644 index e69de29..0000000 diff --git a/themes/hugo-theme-stack/layouts/partials/footer/footer.html b/themes/hugo-theme-stack/layouts/partials/footer/footer.html deleted file mode 100644 index 9c28779..0000000 --- a/themes/hugo-theme-stack/layouts/partials/footer/footer.html +++ /dev/null @@ -1,23 +0,0 @@ -{{- $ThemeVersion := "3.29.0" -}} - diff --git a/themes/hugo-theme-stack/layouts/partials/footer/include.html b/themes/hugo-theme-stack/layouts/partials/footer/include.html deleted file mode 100644 index 4b50a88..0000000 --- a/themes/hugo-theme-stack/layouts/partials/footer/include.html +++ /dev/null @@ -1,3 +0,0 @@ -{{ partialCached "footer/components/script.html" . }} -{{ partialCached "footer/components/custom-font.html" . }} -{{ partial "footer/custom.html" . }} \ No newline at end of file -- cgit v1.2.3