mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-16 02:00:44 +00:00
3 lines
239 B
HTML
3 lines
239 B
HTML
{{ $raw := or (hasPrefix .Text "<img") (hasPrefix .Text "<figure") }}
|
|
<a class="gblog-post__link{{ if $raw }}--raw{{ end }}" href="{{ .Destination | safeURL | relURL }}"{{ with .Title }} title="{{ . }}"{{ end }}>{{ .Text | safeHTML }}</a>
|