Initial commit and post-hook testing

This commit is contained in:
2018-06-28 23:08:37 -04:00
부모 211490ae47
커밋 0317789d6c
131개의 변경된 파일16925개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@@ -0,0 +1,26 @@
---
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 %}
<body>
<div role="main" class="container main-content">
{{ content }}
</div>
{% include footer-minimal.html %}
{% include footer-scripts.html %}
</body>
</html>