Skip to content

Commit 0faba65

Browse files
committed
docs: update theme
1 parent 42c998e commit 0faba65

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/layouts/partials/breadcrumb.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
{{ end }}
1313
{{ $.Scratch.Add "path" "/" }}
1414
{{ end }}
15-
<span class="breadcrumb-date ms-auto text-disabled-dark">Last updated: {{ .Page.Lastmod.Format "January 2, 2006" }}</span>
15+
<!-- <span class="breadcrumb-date ms-auto text-disabled-dark">Last updated: {{ .Page.Lastmod.Format "January 2, 2006" }}</span> -->
1616
</nav>

docs/layouts/partials/sidebar.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
<div class="sidebar-brand justify-content-start ps-3">
33
{{ partial "icons/coreui-base.svg" (dict "class" "d-block mt-4 mb-5" "height" "50") }}
44
</div>
5+
<div class="text-medium-emphasis ms-3 me-5 mb-2 small fw-semibold">Framework:</div>
6+
<div class="dropdown ms-3 me-5 mb-4">
7+
<button class="btn btn-outline-primary dropdown-toggle w-100" type="button" id="dropdownMenuButton" data-coreui-toggle="dropdown" aria-expanded="false">
8+
JavaScript / Vanilla JS
9+
</button>
10+
<ul class="dropdown-menu w-100" aria-labelledby="dropdownMenuButton1">
11+
<li><a class="dropdown-item disabled" href="#" disabled>Angular <span class="badge bg-warning float-end mt-1">Work in Progress</span></a></li>
12+
<li><a class="dropdown-item" href="https://coreui.io/react/docs/4.0/" target="_blank">React.js</a></li>
13+
<li><a class="dropdown-item" href="https://coreui.io/vue/docs/4.0/" target="_blank">Vue.js</a></li>
14+
</ul>
15+
</div>
516
{{- $url := split .Permalink "/" -}}
617
{{- $page_slug := index $url (sub (len $url) 2) -}}
718
<ul class="sidebar-nav" data-coreui="navigation">

0 commit comments

Comments
 (0)