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

2 lines
255 B
HTML
Raw Normal View History

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