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/partials/page/single_content_area.html

15 lines
679 B
HTML

<article class="post_content_area">
<div class="row">
<div class="col-xs-12 col-sm-8 col-md-8 col-lg-8 col-xs-offset-0 col-sm-offset-2 col-md-offset-2 col-lg-offset-2">
<section class="single_post_content">
<h2 property="headline">{{ .Title }}</h2>
{{ if .Description }}
<h3 property="alternativeHeadline"><small>{{ .Description }}</small></h3>
{{ end }}
<hr>
{{ .Content }}
</section>
</div>
</div>
</article>