cupper-hugo-theme/themes/infusion/layouts/shortcodes/pattern.html

9 lines
304 B
HTML
Raw Normal View History

2017-06-20 10:53:54 +02:00
{{ $title := .Get 0 }}
{{ range .Site.Pages }}
{{ if eq .Title $title }}
<a class="pattern-link" href="{{ .Permalink }}">
2017-07-03 13:18:41 +02:00
<svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50"><use xlink:href="#bookmark"></use></svg>{{- .Title -}}
2017-07-02 14:26:10 +02:00
</a>
2017-06-20 10:53:54 +02:00
{{ end }}
{{ end }}