mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-05 00:15:59 -06:00
8 lines
262 B
HTML
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>
|