Update shit

This commit is contained in:
2020-07-18 14:31:56 +02:00
parent bb9709ee0d
commit 980826eb81
30 changed files with 11 additions and 8 deletions

0
views/base.pug Normal file → Executable file
View File

4
views/main.pug Normal file → Executable file
View File

@@ -4,7 +4,7 @@ block css
meta( name='viewport', content='width=device-width, initial-scale=1.0' )
meta( name='description', content='Baking Bootstrap Snippets with Jade' )
//- Bootswatch Theme
link(href="https://bootswatch.com/cerulean/bootstrap.min.css", rel="stylesheet")
link(href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css", rel="stylesheet")
block base_content
nav.navbar.navbar-default( role="navigation" )
@@ -25,4 +25,4 @@ block base_content
block content
block prepend js
script( src='http://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js' )
script( src='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js' )