Skip to content
Snippets Groups Projects
Verified Commit e5d93247 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman 💥
Browse files

Split out single page into partials

parent f48ec923
No related branches found
No related tags found
No related merge requests found
Pipeline #1921 passed with stage
in 1 minute and 38 seconds
{{ 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 "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" . }}
{{ 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" . }}
{{ 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 "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" . }}
<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 }}
{{ if eq .Section "resource" }}{{ partial "backlinks.html" . }}{{ end }}
{{ partial "article_footer.html" . }}
{{ partial "article_share.html" . }}
{{ partial "comments.html" . }}
</section>
</article>
</div>
{{ partial "side_menu_single.html" . }}
</div>
{{ 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 "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" . }}
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