From 3c6957467fc401648369905efae98c0a228af752 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 19 Mar 2023 18:57:48 +0100 Subject: Update project link display --- themes/conspiracy/layouts/_default/single.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'themes/conspiracy/layouts/_default') 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 @@ {{- end }}
+ {{- if .Params.external_links }} + + {{- end }} {{ .Content }}
{{- end }} -- cgit