Welcome to mirror list, hosted at ThFree Co, Russian Federation.

content.html « post « partials « layouts - github.com/curttimson/hugo-theme-dopetrope.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7134fa254474966ef487ce124e6ec3d89225b626 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- Content -->
<article class="box post">
    <a href="#" class="image featured"><img src="{{ .Site.BaseURL }}{{ .Params.image }}" alt="" /></a>
    <header>
        <h2>{{ .Title }}</h2>
        {{ if not .Date.IsZero }}
        <p>Posted {{ .Date.Format "2 Jan 2006" }}</p>
        {{ end }}
    </header>
    {{ .Content }}
</article>

{{ if .Params.disqusid }}
<div id="disqus_thread"></div>
{{ end }}