From 2e097b8ec58aa38235d55314214a336e6abdfdf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Sat, 19 Nov 2022 23:33:24 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=90=9B=20Icons=20align=20to=20the=20l?= =?UTF-8?q?eft=20in=20responsive=20mobile=20menu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/partials/header/basic.html | 2 +- layouts/partials/header/fixed.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }} From 064ef5eb9aee3c1eabfffe7818b0a7dbebfd5c82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Sat, 19 Nov 2022 23:34:08 +0000 Subject: [PATCH 2/2] updated version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",