Update shit
This commit is contained in:
0
views/base.pug
Normal file → Executable file
0
views/base.pug
Normal file → Executable file
4
views/main.pug
Normal file → Executable file
4
views/main.pug
Normal file → Executable 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' )
|
||||
|
||||
Reference in New Issue
Block a user