1
0
Files
Eric Taylor 9a313c53a8 Move theme from subrepo into the main repo
the theme is customized for this site so having it
as a sub repo dosent make sense
2025-12-24 11:05:37 -05:00

12 lines
560 B
HTML

<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<a href="{{ .RelPermalink }}" class="archive-article-date">
<time datetime='{{ .Date.Format "2006-01-02T15:04:05.000-07:00" }}' itemprop="datePublished">{{ .Date.Format "2006 Jan 2" }}</time>
</a>
<h1 itemprop="name">
<a class="archive-article-title" href="{{ .RelPermalink }}">{{ .Title }}</a>
</h1>
</header>
</div>
</article>