From 5f4f73b1c6b50f0dc1423368ded648ba6b0ac497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Thu, 6 Oct 2022 14:58:31 +0100 Subject: [PATCH] fixed missing .Path to avoid deprecation warnings --- layouts/partials/meta/likes.html | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/meta/likes.html b/layouts/partials/meta/likes.html index fb1f5ec2..6e6dadb2 100644 --- a/layouts/partials/meta/likes.html +++ b/layouts/partials/meta/likes.html @@ -1,4 +1,4 @@ - {{- i18n "article.likes" 0 | markdownify | emojify -}} + {{- i18n "article.likes" 0 | markdownify | emojify -}} {{- /* Trim EOF */ -}} \ No newline at end of file diff --git a/package.json b/package.json index f72a04a0..3bc02dd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hugo-blowfish-theme", - "version": "1.5.0", + "version": "1.5.1", "description": "Blowfish theme for Hugo", "scripts": { "preinstall": "rimraf assets/vendor",