mirror of
https://github.com/BioArchLinux/hugo-theme-bioarchlinux.git
synced 2025-03-10 06:14:01 +00:00
8 lines
283 B
HTML
8 lines
283 B
HTML
{{ partial "header.html" . }}
|
|
<div class="news-article box">
|
|
<h2>{{.Title}}</h2>
|
|
<p class="article-info">{{.Date.Format "2006-01-02"}} - {{ .Params.author}} </p>
|
|
<div class="article-content" itemprop="articleBody">{{.Content}}</div>
|
|
</div>
|
|
{{ partial "footer.html" . }}
|
|
|