Updating post layout

This commit is contained in:
2020-06-09 01:40:51 +01:00
parent e2c1b06006
commit bd2be62986
5 changed files with 38 additions and 28 deletions

View File

@@ -1,5 +1,7 @@
{{- if .Params.authors -}}
<ul class="authors list-inline">
<p class="text-muted">Written by</p>
<!-- <br> -->
{{- range .Params.authors -}}
{{- with $.Site.GetPage (printf "/authors/%s" (. | urlize)) -}}
{{- $term := . -}}