Files
cocoa-eh-hugo-theme/layouts/partials/li.html
Nishanth Shanmugham 93618f9ec8 .container .content CSS and .post-item HTML fixes
* .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
2016-10-08 00:17:08 -05:00

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>