diff --git a/layouts/posts/single.html b/layouts/posts/single.html deleted file mode 100644 index f841e29..0000000 --- a/layouts/posts/single.html +++ /dev/null @@ -1,18 +0,0 @@ - {{ partial "head.html" . }} - - {{ partial "nav.html" . }} - {{ partial "profile.html" . }} - -
- {{ .Content }} - - {{ if and (isset .Site.Params "disqusShortname") (ne .Site.Params.disqusShortname "") }} - {{ partial "disqus" . }} - {{ end }} - - {{ partial "footer.html" . }} -
- - {{ partial "js.html" . }} - -