diff --git a/layouts/partials/header/basic.html b/layouts/partials/header/basic.html
index be4f6106..cb3b0d0c 100644
--- a/layouts/partials/header/basic.html
+++ b/layouts/partials/header/basic.html
@@ -109,7 +109,7 @@
- {{ partial "icon.html" .Pre }}
+ {{ partial "icon.html" .Pre }}
{{ if and .Pre .Name }} {{ end }}
{{ .Name | markdownify | emojify }}
diff --git a/layouts/partials/header/fixed.html b/layouts/partials/header/fixed.html
index ab32a2eb..e2598f49 100644
--- a/layouts/partials/header/fixed.html
+++ b/layouts/partials/header/fixed.html
@@ -121,7 +121,7 @@
target="_blank" {{ end }}
class="decoration-primary-500 hover:underline hover:decoration-2 hover:underline-offset-2"
href="{{ .URL }}" title="{{ .Title }}">
- {{ partial "icon.html" .Pre }}
+ {{ partial "icon.html" .Pre }}
{{ if and .Pre .Name }} {{ end }}
{{ .Name | markdownify | emojify }}
diff --git a/package.json b/package.json
index 44c145d9..9a38687b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-blowfish-theme",
- "version": "2.14.0",
+ "version": "2.14.1",
"description": "Blowfish theme for Hugo",
"scripts": {
"fullinstall": "npm run preinstall && npm install && npm run postinstall",