Fix some syntax inconsistencies.
This commit is contained in:
@@ -149,7 +149,7 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if .Site.Params.Commento.Url }}
|
{{ if .Site.Params.Commento.Url }}
|
||||||
<script defer src={{ .Site.Params.Commento.Url }}></script>
|
<script defer src="{{ .Site.Params.Commento.Url }}"></script>
|
||||||
<div id="commento"></div>
|
<div id="commento"></div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
@@ -164,7 +164,7 @@
|
|||||||
</script>
|
</script>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<p style="text-align: center">
|
<p style="text-align: center;">
|
||||||
Questions? Comments? Concerns? Email {{ partial "email.html" (dict "email" "me@hyperling.com") }} any time!
|
Questions? Comments? Concerns? Email {{ partial "email.html" (dict "email" "me@hyperling.com") }} any time!
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user