mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
8 lines
210 B
HTML
8 lines
210 B
HTML
{{- $page := .Site.GetPage (.Get "page") -}}
|
|
{{- with $page -}}
|
|
<a href="{{ .Permalink }}" class="page-ref">
|
|
<div class="page-ref-icon"><i class="fa fa-arrow-right"></i></div>
|
|
{{ .Title }}
|
|
</a>
|
|
{{- end -}}
|