habitica/views/static/layout.jade

23 lines
532 B
Text
Raw Normal View History

2013-09-06 17:50:14 +00:00
//Trick needed to pass 'env' to ./layout
block vars
doctype 5
html
head
block title
title HabitRPG | Your Life the Role Playing Game
link(rel='shortcut icon', href='#{env.getBuildUrl("favicon.ico")}?v=2')
2013-09-07 11:55:48 +00:00
meta(charset='utf-8')
meta(name='viewport', content='width=device-width, initial-scale=1.0')
!= env.getManifestFiles("static")
2013-09-06 17:19:43 +00:00
script(type='text/javascript').
$.getScript("//s7.addthis.com/js/250/addthis_widget.js#pubid=lefnire");
body
block content
include ../shared/footer