diff options
Diffstat (limited to 'themes/conspiracy/layouts/_default/single.html')
-rw-r--r-- | themes/conspiracy/layouts/_default/single.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/conspiracy/layouts/_default/single.html b/themes/conspiracy/layouts/_default/single.html index 9f3ff8d..231daf7 100644 --- a/themes/conspiracy/layouts/_default/single.html +++ b/themes/conspiracy/layouts/_default/single.html @@ -7,6 +7,13 @@ </header> {{- end }} <main> + {{- if .Params.external_links }} + <div class="links"> + {{- range .Params.external_links }} + <a href="{{ .url | absURL }}">{{ .name }}</a> + {{- end }} + </div> + {{- end }} {{ .Content }} </main> {{- end }} |