Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions layouts/docs/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
{{ partial "sidebar.html" . }}
</aside>
<aside class="d-none d-xl-block col-xl-2 td-sidebar-toc d-print-none">
{{ partial "hooks/custom-right-sidebar-elements-top.html" . }}
{{ partial "page-meta-links.html" . }}
{{ partial "toc.html" . }}
{{ partial "taxonomy_terms_clouds.html" . }}
{{ partial "hooks/custom-right-sidebar-elements-bottom.html" . }}
</aside>
<main class="col-12 col-md-9 col-xl-8 ps-md-5" role="main">
{{ partial "version-banner.html" . }}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{/* Placeholder file to override. Used to add custom HTML elements to the bottom of the right sidebar. */}}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{/* Placeholder file to override. Used to add custom HTML elements to the top of the right sidebar. */}}