From 983b64ca51f5e769f790a5ebc55e3808157b8d94 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 5 Jun 2020 16:57:53 +0200 Subject: updated to newest theme supporting newer hugo versions --- themes/new_theme/layouts/partials/post_tags.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'themes/new_theme/layouts/partials/post_tags.html') diff --git a/themes/new_theme/layouts/partials/post_tags.html b/themes/new_theme/layouts/partials/post_tags.html index 549c76b..f21f372 100644 --- a/themes/new_theme/layouts/partials/post_tags.html +++ b/themes/new_theme/layouts/partials/post_tags.html @@ -1,10 +1,14 @@ {{- if .Params.tags }}
- + {{ partial "svg/tag.svg" (dict "class" "tags__badge") }}
-{{- end }} \ No newline at end of file +{{- end }} -- cgit v1.2.3-54-g00ecf