Build a beautiful and simple website in literally minutes. Demo at http://deanattali.com/beautiful-jekyll
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
403 B

9 years ago
9 years ago
9 years ago
9 years ago
  1. ---
  2. common-css:
  3. - "/css/bootstrap.min.css"
  4. - "/css/main-minimal.css"
  5. common-js:
  6. - "/js/jquery-1.11.2.min.js"
  7. - "/js/bootstrap.min.js"
  8. ---
  9. <!DOCTYPE html>
  10. <html lang="en">
  11. {% include head.html %}
  12. <body>
  13. <div role="main" class="container main-content">
  14. {{ content }}
  15. </div>
  16. {% include footer-minimal.html %}
  17. {% include footer-scripts.html %}
  18. </body>
  19. </html>