diff --git a/_includes/meta.html b/_includes/meta.html new file mode 100644 index 0000000..7d93c11 --- /dev/null +++ b/_includes/meta.html @@ -0,0 +1,22 @@ + + + + +{% if page.summary %} + +{% else %} + +{% endif %} + + + +{% if page.title %}{% endif %} +{% if page.summary %}{% endif %} +{% if page.image %}{% endif %} + + + + +{% if page.summary %}{% endif %} +{% if page.image %}{% endif %} + diff --git a/_layouts/default.html b/_layouts/default.html index 7fe945e..2c7b490 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,20 +1,15 @@ - {% if page.title %}{{ page.title }} | {% endif %}{{ site.title }} - - - + {% include meta.html %} - + - + - -
@@ -31,7 +26,7 @@
- {{ content }} + {{ content }}