Add link styles and update image metadata files
This commit is contained in:
@@ -1 +1,6 @@
|
||||
<a class="a-post interlink-script" href="{{ .Destination | safeURL }}"{{ with .Title}} title="{{ . }}"{{ end }} target="_blank">{{ .Text | safeHTML }}</a>
|
||||
<a class="a-post interlink-script" href="{{ .Destination | safeURL }}" {{ with .Title}} title="{{ . }}"{{ end }} {{ if strings.HasPrefix .Destination "http" }} target="_blank"{{ end }}>
|
||||
{{- .Text | safeHTML -}}
|
||||
{{- if strings.HasPrefix .Destination "https" -}}
|
||||
<i class="fa-whiteboard fa-semibold fa-link"></i>
|
||||
{{- end -}}
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user