diff --git a/.vscode/blowfish.code-snippets b/.vscode/blowfish.code-snippets
index 265bdc87..8ff3ca08 100644
--- a/.vscode/blowfish.code-snippets
+++ b/.vscode/blowfish.code-snippets
@@ -139,7 +139,7 @@
"list": {
"prefix": ["BFS-list", "HSC-list", "list"],
"body": [
- "{{< list limit=\"${1:5}\"${2| , title=\"Recent\"|}${3| , where=\"Type\"|}${4| ,value=\"article\"|} >}}",
+ "{{< list limit=\"${1:5}\"${2| , title=\"Recent projects\"|}${3| , where=\"Type\"|}${4| ,value=\"article\"|} >}}",
"{{/* The where and value values are used in the following query where .Site.RegularPages $where $value in the code of the shortcode. See Hugo Docs: https://gohugo.io/variables/page/ */}} $0",
],
"description": "Display a list of recent articles. Blowfish list Shortcode. Documentation: https://blowfish.page/docs/shortcodes/#list ",
diff --git a/i18n/en.yaml b/i18n/en.yaml
index 9987590e..7d183551 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -68,7 +68,7 @@ sharing:
twitter: "Tweet on Twitter"
shortcode:
- recent_articles: "Recent"
+ recent_articles: "Recent projects"
recent:
show_more: "Show More"
diff --git a/layouts/partials/home/hero.html b/layouts/partials/home/hero.html
index 7a0a5119..e31a1a65 100644
--- a/layouts/partials/home/hero.html
+++ b/layouts/partials/home/hero.html
@@ -39,7 +39,7 @@
{{ if not $disableImageOptimization }}
{{ $authorImage = $authorImage.Fill "288x288" }}
{{ end }}
-
{{ end }}
{{ end }}
diff --git a/layouts/partials/home/profile.html b/layouts/partials/home/profile.html
index 09e8adaf..42741f20 100644
--- a/layouts/partials/home/profile.html
+++ b/layouts/partials/home/profile.html
@@ -14,7 +14,7 @@
{{ if not $disableImageOptimization }}
{{ $authorImage = $authorImage.Fill "288x288" }}
{{ end }}
-
{{ end }}
{{ end }}