cupper-hugo-theme/layouts/_default/li.html

11 lines
228 B
HTML
Raw Normal View History

2017-11-02 16:39:45 +01:00
<li>
<h2>
<a href="{{ .Permalink }}">
<svg class="bookmark" aria-hidden="true" viewBox="0 0 40 50" focusable="false">
<use xlink:href="#bookmark"></use>
</svg>
{{ .Title }}
</a>
</h2>
</li>