diff --git a/source/_layouts/default.html b/source/_layouts/default.html index 2f32e56b..94db7d61 100644 --- a/source/_layouts/default.html +++ b/source/_layouts/default.html @@ -3,29 +3,7 @@ -
- - {% include 'title' %} - - {% if page.meta.description %} - - {% endif %} - - {% if page.meta.og %}{% include "og" with {og: page.meta.og} %}{% endif %} - - - - - - - {% for size in site.apple_touch_icon_sizes %} - - {% endfor %} - - {% for size in site.favicon_sizes %} - - {% endfor %} - + {% include 'head' %} {% include 'navbar' %} @@ -41,23 +19,6 @@ {# .row #} {# .container #} - - - {% include 'footer-scripts' %} + {% include 'footer' %} diff --git a/source/_partials/footer.html b/source/_partials/footer.html new file mode 100644 index 00000000..5d582e3f --- /dev/null +++ b/source/_partials/footer.html @@ -0,0 +1,7 @@ + + +{% include 'footer-scripts' %} diff --git a/source/_partials/head.html b/source/_partials/head.html new file mode 100644 index 00000000..b59e0c85 --- /dev/null +++ b/source/_partials/head.html @@ -0,0 +1,23 @@ + + {% include 'title' %} + + {% if page.meta.description %} + + {% endif %} + + {% if page.meta.og %}{% include "og" with {og: page.meta.og} %}{% endif %} + + + + + + + + {% for size in site.apple_touch_icon_sizes %} + + {% endfor %} + + {% for size in site.favicon_sizes %} + + {% endfor %} + diff --git a/source/_partials/meetups.html b/source/_partials/meetups.html new file mode 100644 index 00000000..2088f778 --- /dev/null +++ b/source/_partials/meetups.html @@ -0,0 +1,12 @@ +