Skip to content
Snippets Groups Projects
Verified Commit f48ec923 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Reorganized elements in single pages to be consistent

parent ee6f48c9
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
<section class='post-content'> <section class='post-content'>
{{ if isset .Params "toc" }}{{ .TableOfContents }}{{ end}} {{ if isset .Params "toc" }}{{ .TableOfContents }}{{ end}}
{{ .Content }} {{ .Content }}
{{ partial "article_footer.html" . }} {{ partial "article_footer.html" . }}
{{ partial "comments.html" . }}
{{ partial "article_share.html" . }} {{ partial "article_share.html" . }}
{{ partial "comments.html" . }} {{ partial "comments.html" . }}
</section> </section>
......
{{ partial "top_single.html" . }} {{ partial "top_single.html" . }}
<div class='row'> <div class='row'>
<div class='col-md-8'> <div class='col-md-8'>
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
<section class='post-content'> <section class='post-content'>
{{ if isset .Params "toc" }}{{ .TableOfContents }}{{ end}} {{ if isset .Params "toc" }}{{ .TableOfContents }}{{ end}}
{{ .Content }} {{ .Content }}
{{ partial "article_footer.html" . }} {{ partial "article_footer.html" . }}
{{ partial "article_share.html" . }} {{ partial "article_share.html" . }}
{{ partial "comments.html" . }} {{ partial "comments.html" . }}
......
...@@ -4,8 +4,9 @@ ...@@ -4,8 +4,9 @@
<article class='post'> <article class='post'>
{{ partial "post_header_single.html" . }} {{ partial "post_header_single.html" . }}
<section class='post-content'> <section class='post-content'>
{{ if isset .Params "toc" }}{{ .TableOfContents }}{{ end}}
{{ .Content }} {{ .Content }}
{{ partial "article_footer.html" . }} {{ partial "article_footer.html" . }}
{{ partial "article_share.html" . }} {{ partial "article_share.html" . }}
{{ partial "comments.html" . }} {{ partial "comments.html" . }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment