diff options
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r-- | layouts/_default/single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index cd2bd48..54b6934 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -28,4 +28,4 @@ {{ else if and (.Site.Params.utterancesRepo) (ne .Params.showComments false) }} {{ partial "comment-utterances.html" . }} {{ else }}{{ end }} -{{ end }}
\ No newline at end of file +{{ end }} |