softinio.com/layouts/meetup/single.html

19 lines
457 B
HTML
Raw Normal View History

{{ partial "header.html" . }}
2017-12-16 17:23:15 -08:00
<body lang="en" itemscope itemtype="https://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>
2017-06-23 13:35:28 -07:00
{{ partial "meetup_aside.html" . }}
{{ partial "disqus.html" . }}
{{ partial "footer.html" . }}