From 015090549306ba6fd0c84a874b58559c4a1fa8fb Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Mon, 29 Apr 2024 22:50:58 +0200 Subject: update theme without example page --- .../layouts/partials/extend-footer.html | 1 - .../exampleSite/layouts/partials/home/custom.html | 20 ---------- .../layouts/partials/recent-articles-demo.html | 44 ---------------------- 3 files changed, 65 deletions(-) delete mode 100644 themes/blowfish/exampleSite/layouts/partials/extend-footer.html delete mode 100644 themes/blowfish/exampleSite/layouts/partials/home/custom.html delete mode 100644 themes/blowfish/exampleSite/layouts/partials/recent-articles-demo.html (limited to 'themes/blowfish/exampleSite/layouts') diff --git a/themes/blowfish/exampleSite/layouts/partials/extend-footer.html b/themes/blowfish/exampleSite/layouts/partials/extend-footer.html deleted file mode 100644 index aad10ed..0000000 --- a/themes/blowfish/exampleSite/layouts/partials/extend-footer.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/themes/blowfish/exampleSite/layouts/partials/home/custom.html b/themes/blowfish/exampleSite/layouts/partials/home/custom.html deleted file mode 100644 index aa13ffa..0000000 --- a/themes/blowfish/exampleSite/layouts/partials/home/custom.html +++ /dev/null @@ -1,20 +0,0 @@ -{{ $jsHome := resources.Get "js/home.js" | resources.Minify | resources.Fingerprint "sha512" }} -
- {{ partial "partials/home/background.html" . }} -
- - - - -
- {{ partial "recent-articles-demo.html" . }} -
- diff --git a/themes/blowfish/exampleSite/layouts/partials/recent-articles-demo.html b/themes/blowfish/exampleSite/layouts/partials/recent-articles-demo.html deleted file mode 100644 index 6e40b8e..0000000 --- a/themes/blowfish/exampleSite/layouts/partials/recent-articles-demo.html +++ /dev/null @@ -1,44 +0,0 @@ -{{ $recentArticles := 5 }} -{{ $showMoreLinkDest := "/posts" }} -{{ if index .Site.Params.homepage "showRecentItems" }} -{{ $recentArticles = .Site.Params.homepage.showRecentItems }} -{{ end }} - -

{{ i18n "shortcode.recent_articles" | emojify }}

- -
- - This is a demo of theme's list configurations: card view - - -
- -
- {{ partial "recent-articles/cardview.html" . }} -
- - - - - -{{ if .Site.Params.homepage.showMoreLink | default false }} -{{ if index .Site.Params.homepage "showRecentItems" }} -{{ $showMoreLinkDest = .Site.Params.homepage.showMoreLinkDest }} -{{ end }} -
- - - -
-{{ end }} -- cgit v1.2.3