[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>
|
<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>
|
||||||
|
|
Loading…
Reference in a new issue