aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/edwin/layouts/_default/content.html
blob: 049fa3073bfe1844042f09a1942d3acd2d562b4f (plain)
1
2
3
4
5
6
7
8
9
10
11
<article class="blog-post">
    <header>
        <h2 class="blog-post-title">
            <a class="text-dark" href="{{ .RelPermalink }}">{{ .Title | markdownify }}</a>
        </h2>
        {{ partial "post-date" . }}
        {{ partial "post-tags" . }}
        {{ partial "post-categories" . }}
    </header>
    {{ .Content }}
</article>