mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 00:33:39 +00:00
13 lines
252 B
HTML
13 lines
252 B
HTML
<li class='item'>
|
|
<div class='meta'>
|
|
{{ partial "list/date.archive" . }}
|
|
</div>
|
|
<header class='item-header'>
|
|
<h4 class='item-title'>
|
|
<a href='{{ .Permalink | relURL }}'>
|
|
{{- .Title -}}
|
|
</a>
|
|
</h4>
|
|
</header>
|
|
</li>
|