blog/layouts/projects/li.html

3 lines
104 B
HTML
Raw Normal View History

<li>
<a class="title" href="{{ .Params.externalLink | default .RelPermalink }}">{{ .Title }}</a>
</li>