mirror of
https://github.com/BioArchLinux/hugo-theme-archbio.git
synced 2025-03-10 12:02:42 +00:00
29 lines
835 B
HTML
29 lines
835 B
HTML
<section id="main">
|
|
<article>
|
|
<div class="article-inner">
|
|
{{ if and (isset .Params "banner") (not (eq .Params.banner "")) }}
|
|
<img src="{{ .Site.BaseURL }}{{ .Params.banner }}" class="article-banner">
|
|
{{ end }}
|
|
|
|
{{ partial "article_header" . }}
|
|
<div class="article-entry" itemprop="articleBody">
|
|
{{ .Content }}
|
|
</div>
|
|
|
|
{{ partial "article_footer" . }}
|
|
</div>
|
|
|
|
{{ partial "prev_next_post" . }}
|
|
<script type="text/javascript">
|
|
talaria.init({REPOSITORY_NAME: 'hugo-theme-arch',
|
|
GITHUB_USERNAME: 'syui'});
|
|
</script>
|
|
</article>
|
|
|
|
<section id="comments">
|
|
|
|
<div id="disqus_thread">
|
|
{{ template "_internal/disqus.html" . }}
|
|
</div>
|
|
</section>
|
|
</section>
|