1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +02: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

View File

@@ -29,6 +29,7 @@
{{ .Content }}
{{ if eq .Title "Examples" -}}
{{ partial "examples/main" . }}
{{ partial "examples/bs-themes" . }}
{{- end }}
</div>