add support for internal or external css/js/googlefonts
This commit is contained in:
parent
d2965a16bd
commit
e2f16fd06d
7 changed files with 84 additions and 22 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue