freelancer-theme/_layouts/default.html

20 lines
459 B
HTML
Raw Normal View History

2014-07-19 22:57:28 +00:00
<!DOCTYPE html>
<html>
2015-02-01 22:51:04 +00:00
{% include head.html %}
2014-07-25 21:44:57 +00:00
<body id="page-top" class="index">
2015-02-01 22:51:04 +00:00
{% include nav.html %}
2014-07-19 22:57:28 +00:00
{% include header.html %}
2014-07-25 21:44:57 +00:00
{% include portfolio_grid.html %}
{% include about.html %}
{% if site.contact == "static" %}
{% include contact_static.html %}
{% else %}
2014-07-25 21:44:57 +00:00
{% include contact.html %}
{% endif %}
2014-07-19 22:57:28 +00:00
{% include footer.html %}
2014-07-25 21:44:57 +00:00
{% include modals.html %}
{% include js.html %}
2014-07-19 22:57:28 +00:00
</body>
</html>