diff --git a/README.md b/README.md index 6c6359fa..ced7fa32 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ blowfish-tools new mynewsite 3. In the root folder of your website, delete the `config.toml` file that was generated by Hugo. Copy the `*.toml` config files from the theme into your `config/_default/` folder. - You will find these theme config files in the Hugo cache directory, or [download a copy](https://github.com/nunocoracao/blowfish/releases/latest/download/config-default.zip) from GitHub. + You will find these theme config files in the Hugo cache directory, or [download a copy](https://github.com/nunocoracao/blowfish/releases/download/latest/config-default.zip) from GitHub. 4. Follow the [Getting Started](https://blowfish.page/docs/getting-started/) instructions to configure your website. @@ -146,7 +146,7 @@ blowfish-tools new mynewsite > **Note:** Do not overwrite the `module.toml` file you created above! - You will find these theme config files in the Hugo cache directory, or [download a copy](https://github.com/nunocoracao/blowfish/releases/latest/download/config-default.zip) from GitHub. + You will find these theme config files in the Hugo cache directory, or [download a copy](https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/nunocoracao/blowfish/tree/main/config/_default) from GitHub. 5. Follow the [Getting Started](https://blowfish.page/docs/getting-started/) instructions to configure your website. diff --git a/layouts/partials/home/card.html b/layouts/partials/home/card.html index 8e854552..1776fd9b 100644 --- a/layouts/partials/home/card.html +++ b/layouts/partials/home/card.html @@ -1,4 +1,4 @@ -
+
diff --git a/layouts/partials/recent-articles/cardview.html b/layouts/partials/recent-articles/cardview.html index 9da7177c..c6ff61f4 100644 --- a/layouts/partials/recent-articles/cardview.html +++ b/layouts/partials/recent-articles/cardview.html @@ -1,7 +1,7 @@ {{ $recentArticles := 5 }} {{ $recentArticles = .Site.Params.homepage.showRecentItems }} -
+
{{ range first $recentArticles (.Paginate (where .Site.RegularPages "Type" "in" .Site.Params.mainSections)).Pages }} {{ partial "article-link/card.html" . }} diff --git a/layouts/partials/term-link/card.html b/layouts/partials/term-link/card.html index 7f2e8adf..1acef09f 100644 --- a/layouts/partials/term-link/card.html +++ b/layouts/partials/term-link/card.html @@ -1,6 +1,6 @@