made target _blank in footer urls
This commit is contained in:
parent
ed1d5f5afb
commit
013596b524
1 changed files with 3 additions and 1 deletions
|
@ -28,7 +28,9 @@
|
||||||
|
|
||||||
{{ with .Site.Params.footer }}
|
{{ with .Site.Params.footer }}
|
||||||
<hr/>
|
<hr/>
|
||||||
{{ . | markdownify }}
|
{{ $footerHTML := . | markdownify }}
|
||||||
|
{{ $footerHTML = replace $footerHTML "<a>" "<a target='_blank'>" }}
|
||||||
|
{{ $footerHTML | safeHTML }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue