From ee60c53bd9e4800aaeb0a70f19379c6506a6b75f Mon Sep 17 00:00:00 2001 From: Maik de Kruif Date: Tue, 3 May 2022 17:54:09 +0200 Subject: [PATCH] Added used skills to individual portfolio items --- themes/maik-blog/layouts/portfolio/single.html | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/themes/maik-blog/layouts/portfolio/single.html b/themes/maik-blog/layouts/portfolio/single.html index a3ce200..7807b0d 100644 --- a/themes/maik-blog/layouts/portfolio/single.html +++ b/themes/maik-blog/layouts/portfolio/single.html @@ -41,6 +41,17 @@
{{ .Content }}
+ +
+ {{- with .Params.skills }} +

Skills used:

+ + {{- end}} +

@@ -56,7 +67,7 @@ {{- range . -}} - {{.}} + {{.}} {{- end }}

{{- end }} @@ -84,8 +95,8 @@ - {{ .GitInfo.AbbreviatedHash }} + {{ .GitInfo.AbbreviatedHash + }} {{- " @ " -}} {{- if .Site.Params.dateformNum -}} {{ dateFormat .Site.Params.dateformNum .GitInfo.AuthorDate.Local }}