Fix some syntax inconsistencies.
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
{{ end }}
|
||||
|
||||
{{ 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>
|
||||
{{ end }}
|
||||
|
||||
@@ -164,7 +164,7 @@
|
||||
</script>
|
||||
{{ 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!
|
||||
</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user