gruh
This commit is contained in:
parent
7a4c5c2d22
commit
2b82345290
663 changed files with 38142 additions and 0 deletions
2
themes/bl/layouts/_default/_markup/render-link.html
Normal file
2
themes/bl/layouts/_default/_markup/render-link.html
Normal file
|
@ -0,0 +1,2 @@
|
|||
<a href="{{ .Destination | safeURL }}" {{ with .Title}} title="{{ . }}"{{ end }} {{ if or (strings.HasPrefix .Destination "http:") (strings.HasPrefix .Destination "https:") }} target="_blank"{{ end }}>
|
||||
{{ .Text | safeHTML }}</a>
|
Loading…
Add table
Add a link
Reference in a new issue