You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
homepage/themes/persona/layouts/post/single.html

25 lines
853 B
HTML

{{ partial "header.html" . }}
<body vocab="http://schema.org/" typeof="WebPage">
{{ partial "navbar.html" . }}
<div class="main_content_area">
<div id="expand_content_menu"><span class="icon icon-bars"></span></div>
<div id="body_hover"></div>
{{ partial "profile_heading.html" . }}
<section class="home_page_post_area single_page_post_area">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="home_single_post">
{{ partial "post/image_area.html" . }}
{{ partial "post/single_content_area.html" . }}
{{ partial "author_shortbio.html" . }}
{{ partial "comment_area.html" . }}
{{ partial "post/single_pagination.html" . }}
</div>
</div>
</div>
</div>
</section>
</div>
{{ partial "footer.html" . }}