mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
parent
2522f0f120
commit
f5d9cab6be
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
{{/* A Hugo Markdown render hook to parse links, opening external links in new tabs. */}}
|
||||
{{- /* A Hugo Markdown render hook to parse links, opening external links in new tabs. */ -}}
|
||||
<a href="{{ .Destination | safeURL }}"{{ with .Title}} title="{{ . }}"{{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank" rel="noopener"{{ end }}>{{ .Text | safeHTML }}</a>
|
Loading…
Add table
Add a link
Reference in a new issue