1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-03-11 14:58:02 -05:00

8 lines
262 B
HTML

<div class="see-also">
{{ with .Site.GetPage (.Get 0) }}
<p>{{ i18n "see_also" }} <a href="{{ .Permalink }}">{{ .Title }}</a></p>
{{ else }}
{{ errorf "Page could not be found for see-also shortcode: %s" .Position }}
{{ end }}
</div>