1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-16 18:44:01 +02:00
Files
bootstrap/site/layouts/shortcodes/docsref.html
2024-03-06 15:50:18 +02:00

3 lines
124 B
HTML

{{- $pageToReference := path.Join "docs" $.Site.Params.docs_version (.Get 0) -}}
{{- relref . $pageToReference | relURL -}}