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

9 lines
217 B
HTML
Raw Normal View History

2017-06-20 10:53:54 +02:00
<li>
<h2>
<a href="{{ .Permalink }}">
<svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50"><use xlink:href="#bookmark"></use></svg>
{{ .Title }}
</a>
</h2>
</li>