Fix breadcrumbs and vertical nav menus
[ndcode_site.git] / index.html.jst
index a19c10b..118c236 100644 (file)
@@ -21,37 +21,37 @@ return async env => {
         i {'[Actually don\'t because it\'s still under construction]'}
       }
 
-      ul.nav.nav-stacked {
-        li {
-          a {
+      ul.nav.flex-column {
+        li.nav-item {
+          a.nav-link {
             table.icon-and-text {
               tr {
                 td {
                   _out.push(icon_pitree)
                 }
                 td {
-                  span.text-h1 {
-                    span.text-serif {'π'}
+                  span.h1 {
+                    span.serif {'π'}
                     'tree'
                   }
                   br {}
-                  span.text-h3 {'the source code analysis and transformation framework'}
+                  span.h3 {'the source code analysis and transformation framework'}
                 }
               }
             }
           }
         }
-        li {
-          a {
+        li.nav-item {
+          a.nav-link {
             table.icon-and-text {
               tr {
                 td {
                   _out.push(icon_jst)
                 }
                 td {
-                  span.text-h1{'JST'}
+                  span.h1{'JST'}
                   br {}
-                  span.text-h3{'the web development framework with JavaScript Templates'}
+                  span.h3{'the web development framework with JavaScript Templates'}
                 }
               }
             }