Implement JSDoc and embedding into our navbar without obvious CSS conflicts
[ndcode_site.git] / page.jst
index 528bf26..caef8d3 100644 (file)
--- a/page.jst
+++ b/page.jst
@@ -76,15 +76,8 @@ return async (env, head, body, scripts) => {
       meta(name="viewport" content="width=device-width,initial-scale=1") {}
       // The above 3 meta tags *must* come first in the head;
       // any other head content must come *after* these tags
-      title {
-        _out.push(
-          globals.site_title +
-          ": " +
-          (globals.page_to_title[env.parsed_url.pathname] || env.parsed_url.pathname)
-        )
-      }
   
-      link(rel="stylesheet" href="css/bootstrap.css") {}
+      link(rel="stylesheet" href="/css/bootstrap.css") {}
       link(rel="stylesheet" href="//fonts.googleapis.com/css?family=Frank+Ruhl+Libre:regular,regularitalic,semibold,semibolditalic,bold,bolditalic,black,blackitalic") {}
       link(rel="stylesheet" href="//fonts.googleapis.com/css?family=Nunito+Sans:regular,regularitalic,semibold,semibolditalic,bold,bolditalic,black,blackitalic") {}
   
@@ -107,7 +100,7 @@ return async (env, head, body, scripts) => {
       script(src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js") {}
       // Include all compiled plugins (below), or include individual files as needed
       //script(src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous") {}
-      script(src="js/bootstrap.js") {}
+      script(src="/js/bootstrap.js") {}
 
       await scripts(_out)
     }