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

@@ -118,7 +118,7 @@
{{ with $date }}
<p class="mb-0 paige-date text-center text-secondary">
{{ 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>