mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-12 09:47:29 -05:00
Clean up closing brackets on templates
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
<a
|
||||
href="{{ .Destination | safeURL }}"
|
||||
{{ with .Title}}title="{{ . }}"{{ end }}
|
||||
{{ with .Title }}title="{{ . }}"{{ end }}
|
||||
{{ if strings.HasPrefix .Destination "http" }}target="_blank" rel="noopener"{{ end }}
|
||||
>
|
||||
{{- .Text | safeHTML -}}
|
||||
</a>
|
||||
{{- print "" -}}
|
||||
{{- /* This comment gets rid of the trailing newline. */ -}}
|
||||
|
Reference in New Issue
Block a user