|
@@ -2,8 +2,7 @@
|
|
{{ range .Site.Pages }}
|
|
{{ range .Site.Pages }}
|
|
{{ if eq .Title $title }}
|
|
{{ if eq .Title $title }}
|
|
<a class="pattern-link" href="{{ .Permalink }}">
|
|
<a class="pattern-link" href="{{ .Permalink }}">
|
|
- <svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50"><use xlink:href="#bookmark"></use></svg>
|
|
|
|
- {{- .Title -}}
|
|
|
|
|
|
+ <svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50"><use xlink:href="#bookmark"></use></svg>{{- .Title -}}
|
|
</a>
|
|
</a>
|
|
{{ end }}
|
|
{{ end }}
|
|
{{ end }}
|
|
{{ end }}
|