diff --git a/_layouts/default.html b/_layouts/default.html
index afde408..04cc5b3 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -8,7 +8,7 @@ layout: compress
-
+
{%- if page.title %}
@@ -36,10 +36,16 @@ layout: compress
{%- endif -%}
{%- endif %}
+
@@ -50,19 +56,19 @@ layout: compress
~/projects/
{% if page.title %}
- {% if page.date %}
- {% if page._link %}
-
- {% else %}
- {{ page.title }}
- {% endif %}
- {% else %}
- {{ page.title }}
- {% endif %}
+{% if page.date %}
+{% if page._link %}
+
+{% else %}
+{{ page.title }}
+{% endif %}
+{% else %}
+{{ page.title }}
+{% endif %}
{% endif %}
{% if page.date %}
@@ -78,10 +84,20 @@ layout: compress
{% endif %}
-
{{ content }}
-
+ {% if page.custom_js %}
+ {% for file in page.custom_js %}
+
+ {% endfor %}
+ {% endif %}
+ {% if layout.medium_zoom %}
+
+
+ {% endif %}