mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 19:05:32 -04:00
Hugo v0.62.0 features (link template hooks!) and fixes
This commit is contained in:
1
layouts/_default/_markup/render-link.html
Normal file
1
layouts/_default/_markup/render-link.html
Normal file
@@ -0,0 +1 @@
|
||||
<a href="{{ .Destination | safeURL }}" {{ with .Title }}title="{{ . }}" {{ end }}target="_blank" rel="noopener">{{ .Text | safeHTML }}</a>
|
Reference in New Issue
Block a user