Use external link policy everywhere

This commit is contained in:
Will Faught
2023-09-24 19:36:19 -07:00
parent 4d2292df74
commit 0dff8b54ef
5 changed files with 9 additions and 6 deletions

View File

@@ -86,7 +86,7 @@
{{ with $date }}
<p class="mb-0 text-center text-secondary" id="paige-date">
{{ with $commiturl }}
<a class="link-secondary" href="{{ . }}">
<a class="link-secondary" href="{{ . }}" {{ with partial "paige/target.html" (dict "page" $page "url" .) }} target="{{ . }}" {{ end }}>
{{ end }}
<time datetime="{{ .Format `2006-01-02` }}">{{ time.Format $dateformat . }}</time>