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 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 >
Original file line number Diff line number Diff line change 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 ">
You can’t perform that action at this time.
0 commit comments