2017-03-26 09:39:20 -07:00
|
|
|
{{ partial "header.html" . }}
|
2017-12-16 17:23:15 -08:00
|
|
|
<body lang="en" itemscope itemtype="https://schema.org/Article">
|
2017-03-26 09:39:20 -07:00
|
|
|
{{ 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" . }}
|