diff options
| author | XhmikosR <[email protected]> | 2024-04-01 22:00:09 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-01 22:00:09 +0300 |
| commit | fb4629f82ee768bc52ccb90adf4e35176451e66a (patch) | |
| tree | 918e7ed9245468640524c3fc5444a1eeca271c82 /site/layouts/_default | |
| parent | ba73ed6906226b9b6be37b01b91bc1a473417b28 (diff) | |
| download | bootstrap-fb4629f82ee768bc52ccb90adf4e35176451e66a.tar.xz bootstrap-fb4629f82ee768bc52ccb90adf4e35176451e66a.zip | |
docs: move examples inline shortcode to a partial (#39829)
* docs: move examples inline shortcode to a partial
* Further tweaks
Diffstat (limited to 'site/layouts/_default')
| -rw-r--r-- | site/layouts/_default/single.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/layouts/_default/single.html b/site/layouts/_default/single.html index 427ee76c8..d0d5e6b5d 100644 --- a/site/layouts/_default/single.html +++ b/site/layouts/_default/single.html @@ -29,6 +29,7 @@ {{ .Content }} {{ if eq .Title "Examples" -}} + {{ partial "examples/main" . }} {{ partial "examples/bs-themes" . }} {{- end }} </div> |
