mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-07 17:12:27 +00:00
Switch themes to minimo
This commit is contained in:
12
themes/minimo/layouts/_default/li.html
Normal file
12
themes/minimo/layouts/_default/li.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<li class='item'>
|
||||
<div class='meta'>
|
||||
{{ partial "list/date" . }}
|
||||
</div>
|
||||
<header class='item-header'>
|
||||
<h3 class='item-title'>
|
||||
<a href='{{ .Permalink | relURL }}'>
|
||||
{{- .Title -}}
|
||||
</a>
|
||||
</h3>
|
||||
</header>
|
||||
</li>
|
Reference in New Issue
Block a user