beautifulSA-jekyll/_layouts/minimal.html

27 lines
485 B
HTML
Raw Normal View History

---
common-css:
- "/assets/css/bootstrap.min.css"
- "/assets/css/main-minimal.css"
common-js:
- "/assets/js/jquery-1.11.2.min.js"
- "/assets/js/bootstrap.min.js"
---
2015-03-02 21:06:05 +01:00
<!DOCTYPE html>
<html lang="{{ page.language | default: site.language | default: 'en' }}">
2015-03-02 21:06:05 +01:00
{% include head.html %}
2015-03-02 21:06:05 +01:00
<body>
<div role="main" class="container main-content">
2015-03-02 21:06:05 +01:00
{{ content }}
</div>
{% include footer-minimal.html %}
2017-10-03 22:21:54 +02:00
{% include footer-scripts.html %}
2017-10-03 22:21:54 +02:00
2015-03-02 21:06:05 +01:00
</body>
</html>