diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/test.ejs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/views/test.ejs b/views/test.ejs index 656a19f..8187850 100644 --- a/views/test.ejs +++ b/views/test.ejs @@ -11,7 +11,9 @@ <meta name="viewport" content="width=device-width" /> <link rel="stylesheet" href="/css/bootstrap.css" /> <link rel="stylesheet" href="/css/styles.css" /> -</head> + <!-- <link rel="stylesheet" href="/css/docs.css" /> --> + + </head> <body> <!-- Navbar ================================================== --> @@ -42,6 +44,10 @@ <!-- docs navbar ================================================== --> <div class="span3 bs-docs-sidebar"> + <ul class="nav nav-list bs-docs-sidenav affix"> + <li><a href="#"><i class="icon-chevron-right"></i> Stian og hans mor</a></li> + <li><a href="#"><i class="icon-chevron-right"></i> Mora til Stian og RBK</a></li> + </ul> </div> |