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 }}