add support for internal or external css/js/googlefonts

This commit is contained in:
Dean Attali 2015-03-02 17:10:41 -08:00
parent d2965a16bd
commit e2f16fd06d
7 changed files with 84 additions and 22 deletions

View file

@ -1,7 +1,16 @@
---
common-css:
- "/css/bootstrap.min.css"
- "/css/main-minimal.css"
common-js:
- "/js/jquery-1.11.2.min.js"
- "/js/bootstrap.min.js"
---
<!DOCTYPE html>
<html lang="en">
{% include head.html full = false %}
{% include head.html %}
<body>
@ -11,7 +20,7 @@
{% include footer-minimal.html %}
{% include footer-scripts.html full = false %}
{% include footer-scripts.html %}
</body>
</html>