softinio.com/layouts/_default/single.html

19 lines
454 B
HTML
Raw Normal View History

2017-03-26 09:39:20 -07:00
{{ partial "header.html" . }}
<body lang="en" itemscope itemtype="http://schema.org/Article">
{{ partial "subheader.html" . }}
{{ $baseurl := .Site.BaseURL }}
<section id="main">
<h1 itemprop="name" id="title">{{ .Title }}</h1>
<div>
<article itemprop="articleBody" id="content">
{{ .Content }}
</article>
</div>
</section>
{{ partial "meta_aside.html" . }}
{{ partial "disqus.html" . }}
{{ partial "footer.html" . }}