2020-01-12 14:14:15 +01:00
|
|
|
<section id="main">
|
2020-01-12 21:05:46 +01:00
|
|
|
<article>
|
|
|
|
<div class="article-inner">
|
|
|
|
{{ if and (isset .Params "banner") (not (eq .Params.banner "")) }}
|
|
|
|
<img src="{{ .Site.BaseURL }}{{ .Params.banner }}" class="article-banner">
|
|
|
|
{{ end }}
|
2020-01-12 14:14:15 +01:00
|
|
|
|
2020-01-12 21:05:46 +01:00
|
|
|
{{ partial "article_header" . }}
|
|
|
|
<div class="article-entry" itemprop="articleBody">
|
|
|
|
{{ .Content }}
|
|
|
|
</div>
|
2020-01-12 14:14:15 +01:00
|
|
|
|
2020-01-12 21:05:46 +01:00
|
|
|
{{ partial "article_footer" . }}
|
|
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
|
|
talaria.init({
|
|
|
|
REPOSITORY_NAME: 'syui.gitlab.io-comment',
|
|
|
|
GITHUB_USERNAME: 'mba-hack'
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
</article>
|
2020-01-12 14:14:15 +01:00
|
|
|
|
2020-01-12 21:05:46 +01:00
|
|
|
<section id="comments">
|
2020-01-12 14:14:15 +01:00
|
|
|
|
2020-01-12 21:05:46 +01:00
|
|
|
<div id="disqus_thread">
|
|
|
|
{{ template "_internal/disqus.html" . }}
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</section>
|