mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00

* .container .content for icons should not be 100% to help with centering. * Use span for .post-item internals, otherwise Firefox messes up at smaller screen width with the list bullet and title on separate lines. * README wording Fix #17
5 lines
161 B
HTML
5 lines
161 B
HTML
<li class="post-item">
|
|
<span class="meta">{{ .Date.Format .Site.Params.DateForm }}</span>
|
|
<a href="{{ .Permalink }}"><span>{{ .Title }}</span></a>
|
|
</li>
|