[SHORTCODES] Add missing quotes in quote shortcode

This commit is contained in:
Gregory Trolliet 2020-05-07 08:41:11 +02:00
parent a4b8f56e64
commit e880ea93c4

View file

@ -9,7 +9,7 @@
<footer> <footer>
<cite> <cite>
{{ with .Get "url" }} {{ with .Get "url" }}
<a href={{ . }} {{ with $.Get "title"}}title="{{ . }}"{{ end }}> <a href="{{ . }}" {{ with $.Get "title"}}title="{{ . }}"{{ end }}>
{{ end }} {{ end }}
{{ .Get "author" | markdownify }} {{ .Get "author" | markdownify }}
{{ with .Get "url" }}</a>{{end}}</cite> {{ with .Get "url" }}</a>{{end}}</cite>