diff --git a/exampleSite/config/_default/languages.toml b/exampleSite/config/_default/languages.toml
index b1fc73e452..5f10e9508d 100644
--- a/exampleSite/config/_default/languages.toml
+++ b/exampleSite/config/_default/languages.toml
@@ -1,57 +1,57 @@
-# showcase of the menu shortcuts;
-# you can use relative URLs linking to your content or use
-# fully-qualified URLs to link outside of your project
-
-[en]
- title = 'Purple Pulpo'
- weight = 1
- languageCode = 'en'
- languageName = 'English'
- # Language dependent settings:
- # Use case https://gohugo.io/content-management/multilingual/#translation-by-content-directory
- contentDir = 'content/en'
- [en.params]
- landingPageName = ' Home'
-
-[[en.menu.shortcuts]]
- pre = ' '
- name = 'Relearn Docs'
- url = 'https://mcshelby.github.io/hugo-theme-relearn/index.html'
- weight = 10
-[[en.menu.shortcuts]]
- pre = ' '
- name = 'GitHub Repo'
- url = 'https://github.com/McShelby/hugo-theme-relearn'
- weight = 20
-
-# this is ourrr way t' showcase th' multilang settings by
-# doing autotrrranlat'n of th' english content; we are
-# lazy and don't supporrt furrrther trrranslations; arrr,
-# don't take it t' serrrious, fello'; it's prrretty hacky and:
-# NOT MEANT FER PRRRODUCTION! ARRR!
-
-[pir]
- title = "Purple Pulpo"
- weight = 2
- # It would be more standard compliant to have the language key also
- # named art-x-pir but that would require to rename all files
- languageCode = 'art-x-pir'
- languageDirection = 'rtl' # you can explicitly override the reading direction here, otherwise the translation file contains a default
- languageName = 'Arrr! ☠ Pirrratish ☠'
- # Language dependent settings:
- # Use case https://gohugo.io/content-management/multilingual/#translation-by-content-directory
- contentDir = 'content/pir'
- [pir.params]
- landingPageName = ' Arrr! Home'
- errorignore = ['.*']
-
-[[pir.menu.shortcuts]]
- pre = ' '
- name = 'Relearn Docs'
- url = 'https://mcshelby.github.io/hugo-theme-relearn/pir/index.html'
- weight = 10
-[[pir.menu.shortcuts]]
- pre = ' '
- name = 'GitHub Repo'
- url = 'https://github.com/McShelby/hugo-theme-relearn'
- weight = 20
+# showcase of the menu shortcuts;
+# you can use relative URLs linking to your content or use
+# fully-qualified URLs to link outside of your project
+
+[en]
+ title = 'Purple Pulpo'
+ weight = 1
+ languageCode = 'en'
+ languageName = 'English'
+ # Language dependent settings:
+ # Use case https://gohugo.io/content-management/multilingual/#translation-by-content-directory
+ contentDir = 'content/en'
+ [en.params]
+ landingPageName = ' Home'
+
+[[en.menu.shortcuts]]
+ pre = ' '
+ name = 'Relearn Docs'
+ url = 'https://mcshelby.github.io/hugo-theme-relearn/index.html'
+ weight = 10
+[[en.menu.shortcuts]]
+ pre = ' '
+ name = 'GitHub Repo'
+ url = 'https://github.com/McShelby/hugo-theme-relearn'
+ weight = 20
+
+# this is ourrr way t' showcase th' multilang settings by
+# doing autotrrranlat'n of th' english content; we are
+# lazy and don't supporrt furrrther trrranslations; arrr,
+# don't take it t' serrrious, fello'; it's prrretty hacky and:
+# NOT MEANT FER PRRRODUCTION! ARRR!
+
+[pir]
+ title = "Purple Pulpo"
+ weight = 2
+ # It would be more standard compliant to have the language key also
+ # named art-x-pir but that would require to rename all files
+ languageCode = 'art-x-pir'
+ languageDirection = 'rtl' # you can explicitly override the reading direction here, otherwise the translation file contains a default
+ languageName = 'Arrr! ☠ Pirrratish ☠'
+ # Language dependent settings:
+ # Use case https://gohugo.io/content-management/multilingual/#translation-by-content-directory
+ contentDir = 'content/pir'
+ [pir.params]
+ landingPageName = ' Arrr! Home'
+ errorignore = ['.*']
+
+[[pir.menu.shortcuts]]
+ pre = ' '
+ name = 'Relearn Docs'
+ url = 'https://mcshelby.github.io/hugo-theme-relearn/pir/index.html'
+ weight = 10
+[[pir.menu.shortcuts]]
+ pre = ' '
+ name = 'GitHub Repo'
+ url = 'https://github.com/McShelby/hugo-theme-relearn'
+ weight = 20
diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt
index e13ebc3194..750d8171ee 100644
--- a/layouts/partials/version.txt
+++ b/layouts/partials/version.txt
@@ -1 +1 @@
-7.4.1+fd4478e535854d245f3536be9d306e77eda5ea96
\ No newline at end of file
+7.4.1+bd6eb3f5dec7ae5847af754434b19f8c9085f3cc
\ No newline at end of file