File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 12
12
{{ end }}
13
13
{{ $.Scratch.Add "path" "/" }}
14
14
{{ 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> -- >
16
16
</ nav >
Original file line number Diff line number Diff line change 2
2
< div class ="sidebar-brand justify-content-start ps-3 ">
3
3
{{ partial "icons/coreui-base.svg" (dict "class" "d-block mt-4 mb-5" "height" "50") }}
4
4
</ 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 >
5
16
{{- $url := split .Permalink "/" -}}
6
17
{{- $page_slug := index $url (sub (len $url) 2) -}}
7
18
< ul class ="sidebar-nav " data-coreui ="navigation ">
You can’t perform that action at this time.
0 commit comments