2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

docs: move examples inline shortcode to a partial (#39829)

* docs: move examples inline shortcode to a partial

* Further tweaks
This commit is contained in:
XhmikosR
2024-04-01 22:00:09 +03:00
committed by GitHub
parent ba73ed6906
commit fb4629f82e
3 changed files with 64 additions and 66 deletions
+1
View File
@@ -29,6 +29,7 @@
{{ .Content }}
{{ if eq .Title "Examples" -}}
{{ partial "examples/main" . }}
{{ partial "examples/bs-themes" . }}
{{- end }}
</div>