1
0

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
This commit is contained in:
2025-12-24 11:05:37 -05:00
parent dd9c76b24b
commit 9a313c53a8
56 changed files with 2652 additions and 4 deletions

View File

@@ -0,0 +1,12 @@
<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>