Use external link policy everywhere
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user