diff --git a/layouts/resource/single.html b/layouts/resource/single.html index e4f6a6b4948a78c5d547efb1f7d0f010809f91fb..709763526bf645cf4edb80a0ce1dea3ea3d8bf0d 100644 --- a/layouts/resource/single.html +++ b/layouts/resource/single.html @@ -1,18 +1,3 @@ {{ partial "top_single.html" . }} -<div class='row'> - <div class='col-md-8'> - <article class='post'> - {{ partial "post_header_single.html" . }} - <section class='post-content'> - {{ if isset .Params "toc" }}{{ .TableOfContents }}{{ end}} - {{ .Content }} - {{ partial "backlinks.html" . }} - {{ partial "article_footer.html" . }} - {{ partial "article_share.html" . }} - {{ partial "comments.html" . }} - </section> - </article> - </div> - {{ partial "side_menu_single.html" . }} -</div> +{{ partial "body_single.html" . }} {{ partial "bottom_single.html" . }}