From 1561e3f458ea62a393208c521f72935fdceabd3f Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Fri, 15 Oct 2021 09:08:15 -0400 Subject: hugo-pt2021: parameterize icon size --- themes/hugo-pt2021/layouts/partials/header.html | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'themes/hugo-pt2021/layouts') diff --git a/themes/hugo-pt2021/layouts/partials/header.html b/themes/hugo-pt2021/layouts/partials/header.html index f93073b..513e62a 100644 --- a/themes/hugo-pt2021/layouts/partials/header.html +++ b/themes/hugo-pt2021/layouts/partials/header.html @@ -1,3 +1,5 @@ +{{- $icon_width := 20 -}} +{{- $icon_height := 20 -}} -- cgit v1.2.3