Page Not Found 😕
-- Error 404 -
-It seems that the page you've requested does not exist.
-diff --git a/config.toml b/config.toml index db0c457c..eff0e53c 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,4 @@ [module] [module.hugoVersion] extended = true - min = "0.87.0 " - max = "0.112.0" \ No newline at end of file + min = "0.87.0" \ No newline at end of file diff --git a/exampleSite/content/users/index.md b/exampleSite/content/users/index.md index d1b60624..563dd7dc 100644 --- a/exampleSite/content/users/index.md +++ b/exampleSite/content/users/index.md @@ -76,6 +76,10 @@ Real websites that are built with Blowfish. | [clemsau.com](https://clemsau.com/) | Personal site | | [lelouvincx.github.io](https://lelouvincx.github.io/) | Personal site | | [weaxsey.org](https://weaxsey.org/) | Personal site | +| [nikarashihatsu.github.io](https://nikarashihatsu.github.io/) | Personal site | +| [blog.enmanuelmoreira.com](https://blog.enmanuelmoreira.com) | Personal site | +| [halcyonstraits.com](https://www.halcyonstraits.com/) | Doll photography | + {{< alert >}} diff --git a/i18n/fr.yaml b/i18n/fr.yaml index e34db8f4..2a601ae3 100644 --- a/i18n/fr.yaml +++ b/i18n/fr.yaml @@ -18,7 +18,7 @@ article: part_of_series: "Cet article fait partie d'une série." part: "Partie" this_article: "Cet article" - related_articles: "Related" + related_articles: "Articles connexes" author: byline_title: "Auteur" @@ -30,7 +30,7 @@ code: error: 404_title: "Cette page n'existe pas :confused:" 404_error: "Erreur 404" - 404_description: "Il semble que la page que vous cherchiez n'existe pas." + 404_description: "Il semble que la page que vous cherchez n'existe pas." footer: dark_appearance: "Passer au thème sombre" @@ -62,4 +62,4 @@ shortcode: recent_articles: "Articles récents" recent: - show_more: "Montre Plus" \ No newline at end of file + show_more: "Voir plus" diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index dc02c58d..3aaa9f41 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,4 +1,3 @@ -{{- partial "partials/functions/warnings.html" .Site -}} - {{ else }} - - {{ end }} - {{ end }} - {{ template "_internal/google_analytics.html" . }} +{{ with site.Params.fathomAnalytics.site }} +{{ if isset $.Site.Params.fathomanalytics "domain" }} + +{{ else }} + {{ end }} +{{ end }} +{{/* template "_internal/google_analytics.html" . */}} +{{ partial "ga-analytics.html" }} \ No newline at end of file diff --git a/layouts/partials/functions/warnings.html b/layouts/partials/functions/warnings.html deleted file mode 100644 index 886b1de3..00000000 --- a/layouts/partials/functions/warnings.html +++ /dev/null @@ -1,6 +0,0 @@ -{{ if ne .Site.Params.showAppearanceSwitcher nil }} - {{ warnf "[BLOWFISH] Theme parameter `showAppearanceSwitcher` has been renamed to `footer.showAppearanceSwitcher`. Please update your site configuration." }} -{{ end }} -{{ if ne .Site.Params.showScrollToTop nil }} - {{ warnf "[BLOWFISH] Theme parameter `showScrollToTop` has been renamed to `footer.showScrollToTop`. Please update your site configuration." }} -{{ end }} diff --git a/layouts/partials/ga-analytics.html b/layouts/partials/ga-analytics.html new file mode 100644 index 00000000..2d37f8ec --- /dev/null +++ b/layouts/partials/ga-analytics.html @@ -0,0 +1,10 @@ +{{ if site.Config.Services.GoogleAnalytics.ID }} + + +{{ end }} \ No newline at end of file diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 23de7dda..157b3883 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -113,7 +113,7 @@ {{/* Vendor */}} {{ partial "vendor.html" . }} {{/* Analytics */}} - {{ partialCached "analytics.html" .Site }} + {{ partial "analytics.html" .Site }} {{/* Extend head - eg. for custom analytics scripts, etc. */}} {{ if templates.Exists "partials/extend-head.html" }} {{ partialCached "extend-head.html" .Site }} diff --git a/layouts/shortcodes/gallery.html b/layouts/shortcodes/gallery.html index 19677588..a5a9f4d3 100644 --- a/layouts/shortcodes/gallery.html +++ b/layouts/shortcodes/gallery.html @@ -1,12 +1,11 @@ -{{ $time := now.UnixNano }} -{{ $id := delimit (slice "gallery" .Ordinal $time) "-" }} +{{ $id := delimit (slice "gallery" .Ordinal) "-" }}
- Error 404 -
-It seems that the page you've requested does not exist.
-