From d0c32c5d082c4fa6b09690e60ebf06a4c59713a2 Mon Sep 17 00:00:00 2001 From: alex bezek Date: Sat, 24 Oct 2020 22:07:18 -0400 Subject: Fix the single template to use the authors avatar correctly (#107) * Fix the single template to use the authors avatar correctly * Replace absURL with relURL and .Site.X with site.X Co-authored-by: Emruz Hossain --- layouts/partials/cards/skill.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/partials/cards/skill.html') diff --git a/layouts/partials/cards/skill.html b/layouts/partials/cards/skill.html index b911405..4478e1e 100644 --- a/layouts/partials/cards/skill.html +++ b/layouts/partials/cards/skill.html @@ -3,7 +3,7 @@
{{ if .icon }} - {{ .name }} + {{ .name }} {{ end }}
{{ .name }}
-- cgit v1.2.3