diff --git a/docs/404.html b/docs/404.html
index 871ea188..16252853 100644
--- a/docs/404.html
+++ b/docs/404.html
@@ -1,4 +1,4 @@
-
404 Page not found · Blowfish
+404 Page not found · Blowfish
diff --git a/docs/categories/index.html b/docs/categories/index.html
index d722a438..c912679e 100644
--- a/docs/categories/index.html
+++ b/docs/categories/index.html
@@ -1,4 +1,4 @@
-Categories · Blowfish
+Categories · Blowfish
diff --git a/docs/docs/advanced-customisation/index.html b/docs/docs/advanced-customisation/index.html
index 80b2793b..c8fc465b 100644
--- a/docs/docs/advanced-customisation/index.html
+++ b/docs/docs/advanced-customisation/index.html
@@ -1,4 +1,4 @@
-Advanced Customisation · Blowfish
+Advanced Customisation · Blowfish
diff --git a/docs/docs/configuration/index.html b/docs/docs/configuration/index.html
index c1072515..b0ca3941 100644
--- a/docs/docs/configuration/index.html
+++ b/docs/docs/configuration/index.html
@@ -1,4 +1,4 @@
-Configuration · Blowfish
+Configuration · Blowfish
diff --git a/docs/docs/content-examples/index.html b/docs/docs/content-examples/index.html
index 19919b8c..c3b73f68 100644
--- a/docs/docs/content-examples/index.html
+++ b/docs/docs/content-examples/index.html
@@ -1,4 +1,4 @@
-Content Examples · Blowfish
+Content Examples · Blowfish
diff --git a/docs/docs/firebase-views/index.html b/docs/docs/firebase-views/index.html
index 5f6ce698..ba4e4c36 100644
--- a/docs/docs/firebase-views/index.html
+++ b/docs/docs/firebase-views/index.html
@@ -1,4 +1,4 @@
-Firebase: Views & Likes · Blowfish
+Firebase: Views & Likes · Blowfish
diff --git a/docs/docs/front-matter/index.html b/docs/docs/front-matter/index.html
index 99fbac1f..613cbda5 100644
--- a/docs/docs/front-matter/index.html
+++ b/docs/docs/front-matter/index.html
@@ -1,4 +1,4 @@
-Front Matter · Blowfish
+Front Matter · Blowfish
diff --git a/docs/docs/getting-started/index.html b/docs/docs/getting-started/index.html
index 5fdc5c58..8c5b4a3e 100644
--- a/docs/docs/getting-started/index.html
+++ b/docs/docs/getting-started/index.html
@@ -1,4 +1,4 @@
-Getting Started · Blowfish
+Getting Started · Blowfish
diff --git a/docs/docs/homepage-layout/index.html b/docs/docs/homepage-layout/index.html
index 58cf069c..0a0e1f86 100644
--- a/docs/docs/homepage-layout/index.html
+++ b/docs/docs/homepage-layout/index.html
@@ -1,4 +1,4 @@
-Homepage Layout · Blowfish
+Homepage Layout · Blowfish
diff --git a/docs/docs/hosting-deployment/index.html b/docs/docs/hosting-deployment/index.html
index 2d55c9e4..e9f900e7 100644
--- a/docs/docs/hosting-deployment/index.html
+++ b/docs/docs/hosting-deployment/index.html
@@ -1,4 +1,4 @@
-Hosting & Deployment · Blowfish
+Hosting & Deployment · Blowfish
diff --git a/docs/docs/index.html b/docs/docs/index.html
index 00cce8e5..28cd84e1 100644
--- a/docs/docs/index.html
+++ b/docs/docs/index.html
@@ -1,4 +1,4 @@
-Documentation · Blowfish
+Documentation · Blowfish
diff --git a/docs/docs/installation/index.html b/docs/docs/installation/index.html
index cc2ad9fa..dd2dc76d 100644
--- a/docs/docs/installation/index.html
+++ b/docs/docs/installation/index.html
@@ -1,4 +1,4 @@
-Installation · Blowfish
+Installation · Blowfish
diff --git a/docs/docs/partials/index.html b/docs/docs/partials/index.html
index 29b71bad..f024eaaa 100644
--- a/docs/docs/partials/index.html
+++ b/docs/docs/partials/index.html
@@ -1,4 +1,4 @@
-Partials · Blowfish
+Partials · Blowfish
diff --git a/docs/docs/shortcodes/index.html b/docs/docs/shortcodes/index.html
index 56bb3c6e..64e89b6a 100644
--- a/docs/docs/shortcodes/index.html
+++ b/docs/docs/shortcodes/index.html
@@ -1,4 +1,4 @@
-Shortcodes · Blowfish
+Shortcodes · Blowfish
@@ -54,8 +54,8 @@ Like
}]
}
{{ < /chart >}}
-
-
You can see some additional Chart.js examples on the charts samples page.
Blowfish includes a figure
shortcode for adding images to content. The shortcode replaces the base Hugo functionality in order to provide additional performance benefits.
When a provided image is a page resource, it will be optimised using Hugo Pipes and scaled in order to provide images appropriate to different device resolutions. If a static asset or URL to an external image is provided, it will be included as-is without any image processing by Hugo.
The figure
shortcode accepts six parameters:
Parameter Description src
Required. The local path/filename or URL of the image. When providing a path and filename, the theme will attempt to locate the image using the following lookup order: Firstly, as a page resource bundled with the page; then an asset in the assets/
directory; then finally, a static image in the static/
directory.alt
Alternative text description for the image.caption
Markdown for the image caption, which will be displayed below the image. class
Additional CSS classes to apply to the image. href
URL that the image should be linked to. default
Special parameter to revert to default Hugo figure
behaviour. Simply provide default=true
and then use normal Hugo shortcode syntax .
Blowfish also supports automatic conversion of images included using standard Markdown syntax. Simply use the following format and the theme will handle the rest:
![Alt text ](image.jpg "Image caption" )
+
+
You can see some additional Chart.js examples on the charts samples page.
Blowfish includes a figure
shortcode for adding images to content. The shortcode replaces the base Hugo functionality in order to provide additional performance benefits.
When a provided image is a page resource, it will be optimised using Hugo Pipes and scaled in order to provide images appropriate to different device resolutions. If a static asset or URL to an external image is provided, it will be included as-is without any image processing by Hugo.
The figure
shortcode accepts six parameters:
Parameter Description src
Required. The local path/filename or URL of the image. When providing a path and filename, the theme will attempt to locate the image using the following lookup order: Firstly, as a page resource bundled with the page; then an asset in the assets/
directory; then finally, a static image in the static/
directory.alt
Alternative text description for the image.caption
Markdown for the image caption, which will be displayed below the image. class
Additional CSS classes to apply to the image. href
URL that the image should be linked to. default
Special parameter to revert to default Hugo figure
behaviour. Simply provide default=true
and then use normal Hugo shortcode syntax .
Blowfish also supports automatic conversion of images included using standard Markdown syntax. Simply use the following format and the theme will handle the rest:
![Alt text ](image.jpg "Image caption" )
Example:
{{< figure
src = "abstract.jpg"
alt = "Abstract purple artwork"
diff --git a/docs/docs/thumbnails/index.html b/docs/docs/thumbnails/index.html
index 8597d9f5..0ceff11e 100644
--- a/docs/docs/thumbnails/index.html
+++ b/docs/docs/thumbnails/index.html
@@ -1,4 +1,4 @@
-Thumbnails · Blowfish
+Thumbnails · Blowfish
diff --git a/docs/docs/welcome/index.html b/docs/docs/welcome/index.html
index 5f4ea00f..f5083106 100644
--- a/docs/docs/welcome/index.html
+++ b/docs/docs/welcome/index.html
@@ -1,4 +1,4 @@
-Welcome to Blowfish 🐡 · Blowfish
+Welcome to Blowfish 🐡 · Blowfish
diff --git a/docs/index.html b/docs/index.html
index 01adf46f..08bfe703 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1,4 +1,4 @@
-Blowfish
+Blowfish
diff --git a/docs/posts/index.html b/docs/posts/index.html
index ecca2916..8f1d88a5 100644
--- a/docs/posts/index.html
+++ b/docs/posts/index.html
@@ -1,4 +1,4 @@
-Posts · Blowfish
+Posts · Blowfish
diff --git a/docs/samples/charts/index.html b/docs/samples/charts/index.html
index 4b147197..e792279e 100644
--- a/docs/samples/charts/index.html
+++ b/docs/samples/charts/index.html
@@ -1,4 +1,4 @@
-Charts · Blowfish
+Charts · Blowfish
@@ -25,10 +25,10 @@
Like
chart
sample
graph
-shortcodes
Blowfish includes support for Chart.js using the chart
shortcode. Simply wrap the chart markup within the shortcode. Blowfish automatically themes charts to match the configured colorScheme
parameter, however the colours can be customised using normal Chart.js syntax.
Refer to the chart shortcode docs for more details.
The examples below are a small selection taken from the official Chart.js docs . You can also view the page source on GitHub to see the markup.
Bar chart #
-
Line chart #
-
Doughnut chart #
-
Author
Blowfish
A powerful, lightweight theme for Hugo built with Tailwind CSS.
Blowfish includes support for Chart.js using the chart
shortcode. Simply wrap the chart markup within the shortcode. Blowfish automatically themes charts to match the configured colorScheme
parameter, however the colours can be customised using normal Chart.js syntax.
Refer to the chart shortcode docs for more details.
The examples below are a small selection taken from the official Chart.js docs . You can also view the page source on GitHub to see the markup.
Bar chart #
+
Line chart #
+
Doughnut chart #
+
Author
Blowfish
A powerful, lightweight theme for Hugo built with Tailwind CSS.
←
→
Diagrams and Flowcharts
Mathematical notation
diff --git a/docs/samples/diagrams-flowcharts/index.html b/docs/samples/diagrams-flowcharts/index.html
index 990d6b11..10036c0e 100644
--- a/docs/samples/diagrams-flowcharts/index.html
+++ b/docs/samples/diagrams-flowcharts/index.html
@@ -1,4 +1,4 @@
-Diagrams and Flowcharts · Blowfish
+Diagrams and Flowcharts · Blowfish
diff --git a/docs/samples/emoji/index.html b/docs/samples/emoji/index.html
index 3e828acf..e50262cd 100644
--- a/docs/samples/emoji/index.html
+++ b/docs/samples/emoji/index.html
@@ -1,4 +1,4 @@
-Emoji 🪂 · Blowfish
+Emoji 🪂 · Blowfish
diff --git a/docs/samples/external/index.html b/docs/samples/external/index.html
index 5bc87bef..46190f98 100644
--- a/docs/samples/external/index.html
+++ b/docs/samples/external/index.html
@@ -1,4 +1,4 @@
-An External Article · Blowfish
+An External Article · Blowfish
diff --git a/docs/samples/icons/index.html b/docs/samples/icons/index.html
index 60b2b447..251bba28 100644
--- a/docs/samples/icons/index.html
+++ b/docs/samples/icons/index.html
@@ -1,4 +1,4 @@
-Icons · Blowfish
+Icons · Blowfish
diff --git a/docs/samples/index.html b/docs/samples/index.html
index 2854d3ac..6cec0810 100644
--- a/docs/samples/index.html
+++ b/docs/samples/index.html
@@ -1,4 +1,4 @@
-Content Samples · Blowfish
+Content Samples · Blowfish
diff --git a/docs/samples/markdown/index.html b/docs/samples/markdown/index.html
index a3a6e5d1..3a604d1e 100644
--- a/docs/samples/markdown/index.html
+++ b/docs/samples/markdown/index.html
@@ -1,4 +1,4 @@
-Markdown · Blowfish
+Markdown · Blowfish
diff --git a/docs/samples/mathematical-notation/index.html b/docs/samples/mathematical-notation/index.html
index b5aac7ba..fb69146d 100644
--- a/docs/samples/mathematical-notation/index.html
+++ b/docs/samples/mathematical-notation/index.html
@@ -1,4 +1,4 @@
-Mathematical notation · Blowfish
+Mathematical notation · Blowfish
diff --git a/docs/samples/rich-content/index.html b/docs/samples/rich-content/index.html
index 1d561499..c680e889 100644
--- a/docs/samples/rich-content/index.html
+++ b/docs/samples/rich-content/index.html
@@ -1,4 +1,4 @@
-Rich Content · Blowfish
+Rich Content · Blowfish
diff --git a/docs/samples/thumbnail_sample/index.html b/docs/samples/thumbnail_sample/index.html
index 6a7a36db..7c628fea 100644
--- a/docs/samples/thumbnail_sample/index.html
+++ b/docs/samples/thumbnail_sample/index.html
@@ -1,4 +1,4 @@
-Thumbnails · Blowfish
+Thumbnails · Blowfish
diff --git a/docs/tags/advanced/index.html b/docs/tags/advanced/index.html
index 05f42249..b11c80ae 100644
--- a/docs/tags/advanced/index.html
+++ b/docs/tags/advanced/index.html
@@ -1,4 +1,4 @@
-advanced · Blowfish
+advanced · Blowfish
diff --git a/docs/tags/analytics/index.html b/docs/tags/analytics/index.html
index a3c18ae7..aa6124cf 100644
--- a/docs/tags/analytics/index.html
+++ b/docs/tags/analytics/index.html
@@ -1,4 +1,4 @@
-analytics · Blowfish
+analytics · Blowfish
diff --git a/docs/tags/chart/index.html b/docs/tags/chart/index.html
index 667dc1d5..058f469a 100644
--- a/docs/tags/chart/index.html
+++ b/docs/tags/chart/index.html
@@ -1,4 +1,4 @@
-chart · Blowfish
+chart · Blowfish
diff --git a/docs/tags/comments/index.html b/docs/tags/comments/index.html
index cbef3775..250cb164 100644
--- a/docs/tags/comments/index.html
+++ b/docs/tags/comments/index.html
@@ -1,4 +1,4 @@
-comments · Blowfish
+comments · Blowfish
diff --git a/docs/tags/config/index.html b/docs/tags/config/index.html
index 407b834c..1ad19094 100644
--- a/docs/tags/config/index.html
+++ b/docs/tags/config/index.html
@@ -1,4 +1,4 @@
-config · Blowfish
+config · Blowfish
diff --git a/docs/tags/content/index.html b/docs/tags/content/index.html
index c66adcba..dea7d252 100644
--- a/docs/tags/content/index.html
+++ b/docs/tags/content/index.html
@@ -1,4 +1,4 @@
-content · Blowfish
+content · Blowfish
diff --git a/docs/tags/css/index.html b/docs/tags/css/index.html
index 2fefc010..7b053f78 100644
--- a/docs/tags/css/index.html
+++ b/docs/tags/css/index.html
@@ -1,4 +1,4 @@
-css · Blowfish
+css · Blowfish
diff --git a/docs/tags/deployment/index.html b/docs/tags/deployment/index.html
index 71fcd93c..b3c2ef6e 100644
--- a/docs/tags/deployment/index.html
+++ b/docs/tags/deployment/index.html
@@ -1,4 +1,4 @@
-deployment · Blowfish
+deployment · Blowfish
diff --git a/docs/tags/diagram/index.html b/docs/tags/diagram/index.html
index 2ad9c676..fc83210a 100644
--- a/docs/tags/diagram/index.html
+++ b/docs/tags/diagram/index.html
@@ -1,4 +1,4 @@
-diagram · Blowfish
+diagram · Blowfish
diff --git a/docs/tags/docs/index.html b/docs/tags/docs/index.html
index d9c562f8..bbdfa5b3 100644
--- a/docs/tags/docs/index.html
+++ b/docs/tags/docs/index.html
@@ -1,4 +1,4 @@
-docs · Blowfish
+docs · Blowfish
diff --git a/docs/tags/emoji/index.html b/docs/tags/emoji/index.html
index 41f3092a..30d1fedb 100644
--- a/docs/tags/emoji/index.html
+++ b/docs/tags/emoji/index.html
@@ -1,4 +1,4 @@
-emoji · Blowfish
+emoji · Blowfish
diff --git a/docs/tags/example/index.html b/docs/tags/example/index.html
index 8f22278a..c28e8bdd 100644
--- a/docs/tags/example/index.html
+++ b/docs/tags/example/index.html
@@ -1,4 +1,4 @@
-example · Blowfish
+example · Blowfish
diff --git a/docs/tags/favicons/index.html b/docs/tags/favicons/index.html
index d9988047..2a003611 100644
--- a/docs/tags/favicons/index.html
+++ b/docs/tags/favicons/index.html
@@ -1,4 +1,4 @@
-favicons · Blowfish
+favicons · Blowfish
diff --git a/docs/tags/firebase/index.html b/docs/tags/firebase/index.html
index aa8b3fe8..a38a5ab4 100644
--- a/docs/tags/firebase/index.html
+++ b/docs/tags/firebase/index.html
@@ -1,4 +1,4 @@
-firebase · Blowfish
+firebase · Blowfish
diff --git a/docs/tags/front-matter/index.html b/docs/tags/front-matter/index.html
index 7b28ca98..c82ce90d 100644
--- a/docs/tags/front-matter/index.html
+++ b/docs/tags/front-matter/index.html
@@ -1,4 +1,4 @@
-front matter · Blowfish
+front matter · Blowfish
diff --git a/docs/tags/gist/index.html b/docs/tags/gist/index.html
index e3093120..6edd42ed 100644
--- a/docs/tags/gist/index.html
+++ b/docs/tags/gist/index.html
@@ -1,4 +1,4 @@
-gist · Blowfish
+gist · Blowfish
diff --git a/docs/tags/github/index.html b/docs/tags/github/index.html
index de94ed1a..dc946347 100644
--- a/docs/tags/github/index.html
+++ b/docs/tags/github/index.html
@@ -1,4 +1,4 @@
-github · Blowfish
+github · Blowfish
diff --git a/docs/tags/graph/index.html b/docs/tags/graph/index.html
index fa74f6e3..ffca4f75 100644
--- a/docs/tags/graph/index.html
+++ b/docs/tags/graph/index.html
@@ -1,4 +1,4 @@
-graph · Blowfish
+graph · Blowfish
diff --git a/docs/tags/homepage/index.html b/docs/tags/homepage/index.html
index b95859c2..f4717f32 100644
--- a/docs/tags/homepage/index.html
+++ b/docs/tags/homepage/index.html
@@ -1,4 +1,4 @@
-homepage · Blowfish
+homepage · Blowfish
diff --git a/docs/tags/hosting/index.html b/docs/tags/hosting/index.html
index a1a272b7..0e84986a 100644
--- a/docs/tags/hosting/index.html
+++ b/docs/tags/hosting/index.html
@@ -1,4 +1,4 @@
-hosting · Blowfish
+hosting · Blowfish
diff --git a/docs/tags/html/index.html b/docs/tags/html/index.html
index 21b3c14d..e62da8c5 100644
--- a/docs/tags/html/index.html
+++ b/docs/tags/html/index.html
@@ -1,4 +1,4 @@
-html · Blowfish
+html · Blowfish
diff --git a/docs/tags/icon/index.html b/docs/tags/icon/index.html
index a3f20606..353ac8ac 100644
--- a/docs/tags/icon/index.html
+++ b/docs/tags/icon/index.html
@@ -1,4 +1,4 @@
-icon · Blowfish
+icon · Blowfish
diff --git a/docs/tags/icons/index.html b/docs/tags/icons/index.html
index 48040938..b3e522ec 100644
--- a/docs/tags/icons/index.html
+++ b/docs/tags/icons/index.html
@@ -1,4 +1,4 @@
-icons · Blowfish
+icons · Blowfish
diff --git a/docs/tags/index.html b/docs/tags/index.html
index ce2e2457..c5579857 100644
--- a/docs/tags/index.html
+++ b/docs/tags/index.html
@@ -1,4 +1,4 @@
-Tags · Blowfish
+Tags · Blowfish
diff --git a/docs/tags/installation/index.html b/docs/tags/installation/index.html
index a9feb38f..d98d373d 100644
--- a/docs/tags/installation/index.html
+++ b/docs/tags/installation/index.html
@@ -1,4 +1,4 @@
-installation · Blowfish
+installation · Blowfish
diff --git a/docs/tags/katex/index.html b/docs/tags/katex/index.html
index 88fce983..eeec2b8f 100644
--- a/docs/tags/katex/index.html
+++ b/docs/tags/katex/index.html
@@ -1,4 +1,4 @@
-katex · Blowfish
+katex · Blowfish
diff --git a/docs/tags/layouts/index.html b/docs/tags/layouts/index.html
index 5409958e..b16158ec 100644
--- a/docs/tags/layouts/index.html
+++ b/docs/tags/layouts/index.html
@@ -1,4 +1,4 @@
-layouts · Blowfish
+layouts · Blowfish
diff --git a/docs/tags/lead/index.html b/docs/tags/lead/index.html
index a5b577d1..8ff03c34 100644
--- a/docs/tags/lead/index.html
+++ b/docs/tags/lead/index.html
@@ -1,4 +1,4 @@
-lead · Blowfish
+lead · Blowfish
diff --git a/docs/tags/likes/index.html b/docs/tags/likes/index.html
index 05c0b944..d2fd6366 100644
--- a/docs/tags/likes/index.html
+++ b/docs/tags/likes/index.html
@@ -1,4 +1,4 @@
-likes · Blowfish
+likes · Blowfish
diff --git a/docs/tags/markdown/index.html b/docs/tags/markdown/index.html
index c4d241b3..662db2ea 100644
--- a/docs/tags/markdown/index.html
+++ b/docs/tags/markdown/index.html
@@ -1,4 +1,4 @@
-markdown · Blowfish
+markdown · Blowfish
diff --git a/docs/tags/maths/index.html b/docs/tags/maths/index.html
index 64ba8c1d..ec8e3a65 100644
--- a/docs/tags/maths/index.html
+++ b/docs/tags/maths/index.html
@@ -1,4 +1,4 @@
-maths · Blowfish
+maths · Blowfish
diff --git a/docs/tags/mermaid/index.html b/docs/tags/mermaid/index.html
index a9457e2e..b8c946aa 100644
--- a/docs/tags/mermaid/index.html
+++ b/docs/tags/mermaid/index.html
@@ -1,4 +1,4 @@
-mermaid · Blowfish
+mermaid · Blowfish
diff --git a/docs/tags/netlify/index.html b/docs/tags/netlify/index.html
index cceb5cf9..3100244a 100644
--- a/docs/tags/netlify/index.html
+++ b/docs/tags/netlify/index.html
@@ -1,4 +1,4 @@
-netlify · Blowfish
+netlify · Blowfish
diff --git a/docs/tags/new/index.html b/docs/tags/new/index.html
index 5449f763..34f3c248 100644
--- a/docs/tags/new/index.html
+++ b/docs/tags/new/index.html
@@ -1,4 +1,4 @@
-new · Blowfish
+new · Blowfish
diff --git a/docs/tags/partials/index.html b/docs/tags/partials/index.html
index a66a318a..193160a2 100644
--- a/docs/tags/partials/index.html
+++ b/docs/tags/partials/index.html
@@ -1,4 +1,4 @@
-partials · Blowfish
+partials · Blowfish
diff --git a/docs/tags/privacy/index.html b/docs/tags/privacy/index.html
index 700c6b7c..74954122 100644
--- a/docs/tags/privacy/index.html
+++ b/docs/tags/privacy/index.html
@@ -1,4 +1,4 @@
-privacy · Blowfish
+privacy · Blowfish
diff --git a/docs/tags/render/index.html b/docs/tags/render/index.html
index 54be1376..858d4385 100644
--- a/docs/tags/render/index.html
+++ b/docs/tags/render/index.html
@@ -1,4 +1,4 @@
-render · Blowfish
+render · Blowfish
diff --git a/docs/tags/sample/index.html b/docs/tags/sample/index.html
index 2636584c..c5d5ca98 100644
--- a/docs/tags/sample/index.html
+++ b/docs/tags/sample/index.html
@@ -1,4 +1,4 @@
-sample · Blowfish
+sample · Blowfish
diff --git a/docs/tags/shortcodes/index.html b/docs/tags/shortcodes/index.html
index 5e5d92e8..cb209acb 100644
--- a/docs/tags/shortcodes/index.html
+++ b/docs/tags/shortcodes/index.html
@@ -1,4 +1,4 @@
-shortcodes · Blowfish
+shortcodes · Blowfish
diff --git a/docs/tags/thumbnail/index.html b/docs/tags/thumbnail/index.html
index 0ae5c3a8..c871887a 100644
--- a/docs/tags/thumbnail/index.html
+++ b/docs/tags/thumbnail/index.html
@@ -1,4 +1,4 @@
-thumbnail · Blowfish
+thumbnail · Blowfish
diff --git a/docs/tags/twitter/index.html b/docs/tags/twitter/index.html
index 3dcf7a4b..4455f0e9 100644
--- a/docs/tags/twitter/index.html
+++ b/docs/tags/twitter/index.html
@@ -1,4 +1,4 @@
-twitter · Blowfish
+twitter · Blowfish
diff --git a/docs/tags/users/index.html b/docs/tags/users/index.html
index 139f7ea4..035bf45d 100644
--- a/docs/tags/users/index.html
+++ b/docs/tags/users/index.html
@@ -1,4 +1,4 @@
-users · Blowfish
+users · Blowfish
diff --git a/docs/tags/views/index.html b/docs/tags/views/index.html
index 3800984c..d1c849a8 100644
--- a/docs/tags/views/index.html
+++ b/docs/tags/views/index.html
@@ -1,4 +1,4 @@
-views · Blowfish
+views · Blowfish
diff --git a/docs/tags/vimeo/index.html b/docs/tags/vimeo/index.html
index 904677a8..14b7cbba 100644
--- a/docs/tags/vimeo/index.html
+++ b/docs/tags/vimeo/index.html
@@ -1,4 +1,4 @@
-vimeo · Blowfish
+vimeo · Blowfish
diff --git a/docs/tags/youtube/index.html b/docs/tags/youtube/index.html
index d1e5dcdd..87e853bb 100644
--- a/docs/tags/youtube/index.html
+++ b/docs/tags/youtube/index.html
@@ -1,4 +1,4 @@
-youtube · Blowfish
+youtube · Blowfish
diff --git a/docs/users/index.html b/docs/users/index.html
index ffb0abaa..804fe64d 100644
--- a/docs/users/index.html
+++ b/docs/users/index.html
@@ -1,4 +1,4 @@
-Users · Blowfish
+Users · Blowfish
diff --git a/layouts/partials/recent-articles.html b/layouts/partials/recent-articles.html
index 925df880..25e153d7 100644
--- a/layouts/partials/recent-articles.html
+++ b/layouts/partials/recent-articles.html
@@ -1,21 +1,25 @@
{{ $recentArticles := 5 }}
{{ $showMoreLinkDest := "/posts" }}
{{ if .Site.Params.homepage.showRecent | default false }}
- {{ if index .Site.Params.homepage "showRecentItems" }}
- {{ $recentArticles = .Site.Params.homepage.showRecentItems }}
- {{ end }}
-
- {{ range first $recentArticles (.Paginate (where .Site.RegularPages "Type" "in" .Site.Params.mainSections)).Pages }}
- {{ partial "article-link.html" . }}
- {{ end }}
- {{ if .Site.Params.homepage.showMoreLink | default false }}
- {{ if index .Site.Params.homepage "showRecentItems" }}
- {{ $showMoreLinkDest = .Site.Params.homepage.showMoreLinkDest }}
- {{ end }}
-
- {{ end }}
+{{ if index .Site.Params.homepage "showRecentItems" }}
+{{ $recentArticles = .Site.Params.homepage.showRecentItems }}
{{ end }}
+
+
+ {{ range first $recentArticles (.Paginate (where .Site.RegularPages "Type" "in" .Site.Params.mainSections)).Pages }}
+ {{ partial "article-link.html" . }}
+ {{ end }}
+
+{{ if .Site.Params.homepage.showMoreLink | default false }}
+{{ if index .Site.Params.homepage "showRecentItems" }}
+{{ $showMoreLinkDest = .Site.Params.homepage.showMoreLinkDest }}
+{{ end }}
+
+{{ end }}
+{{ end }}
\ No newline at end of file