1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00
documentation/layouts/shortcodes/caption-link.html
2020-01-04 10:33:16 +01:00

5 lines
169 B
HTML

<a href="{{ .Get "url" }}" class="page-ref">
<div class="page-ref-icon"><i class="fa fa-external-link-square-alt"></i></div>
{{ .Get "caption" | markdownify }}
</a>