[SHORTCODES] Add missing quotes in quote shortcode
This commit is contained in:
parent
a4b8f56e64
commit
e880ea93c4
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
<footer>
|
||||
<cite>
|
||||
{{ with .Get "url" }}
|
||||
<a href={{ . }} {{ with $.Get "title"}}title="{{ . }}"{{ end }}>
|
||||
<a href="{{ . }}" {{ with $.Get "title"}}title="{{ . }}"{{ end }}>
|
||||
{{ end }}
|
||||
{{ .Get "author" | markdownify }}
|
||||
{{ with .Get "url" }}</a>{{end}}</cite>
|
||||
|
|
Loading…
Reference in a new issue