mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
added blogpost and switched to ejs
This commit is contained in:
17
Jade/layout.jade
Normal file
17
Jade/layout.jade
Normal file
@@ -0,0 +1,17 @@
|
||||
doctype html
|
||||
html
|
||||
head
|
||||
title= "mitchellg.me"
|
||||
link(rel='stylesheet', href='bootstrap/css/bootstrap.css')
|
||||
link(rel='stylesheet', href='/stylesheets/style.css')
|
||||
link(rel='stylesheet', href='jquery-ui-1.11.4/jquery-ui.css')
|
||||
link(rel='stylesheet', href='jquery-timepicker/jquery.timepicker.css')
|
||||
link(rel='stylesheet', href='bootstrap/css/bootstrap.icon-large.min.css')
|
||||
link(href='http://fonts.googleapis.com/css?family=Arvo', rel='stylesheet', type='text/css')
|
||||
body
|
||||
block content
|
||||
script(src="http://code.jquery.com/jquery-latest.min.js")
|
||||
script(src="bootstrap/js/bootstrap.js")
|
||||
script(src="jquery-ui-1.11.4/jquery-ui.js")
|
||||
script(src="jquery-timepicker/jquery.timepicker.js")
|
||||
script(src="javascripts/custom.js")
|
||||
Reference in New Issue
Block a user