diff --git a/config/_default/config.toml b/config/_default/config.toml index 6c232d4f..585c0f2d 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -6,6 +6,8 @@ # baseURL = "https://your_domain.com/" defaultContentLanguage = "en" +# pluralizeListTitles = "true" + enableRobotsTXT = true paginate = 20 summaryLength = 30 diff --git a/exampleSite/content/users/index.md b/exampleSite/content/users/index.md index d2580b7f..966ff6fd 100644 --- a/exampleSite/content/users/index.md +++ b/exampleSite/content/users/index.md @@ -53,6 +53,7 @@ Real websites that are built with Blowfish. | [sdehm.dev](https://sdehm.dev) | Personal site | | [dizzytech.de](https://dizzytech.de) | Personal site | | [blog.rotrixx.eu](https://blog.rotrixx.eu) | Personal site | +| [hexwiki.cz](https://hexwiki.cz/) | Personal site | diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index fff19a32..ce87099c 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -25,7 +25,7 @@