diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..54486e3 --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,21 @@ + + + + + + + {%- if page.title -%} + {{ page.title }} + {%- else -%} + {{ site.title }} + {%- endif -%} + + + {% seo title=false %} + {% feed_meta %} + + + + +