diff --git a/.gitignore b/.gitignore index 1937b95..9cd37a9 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,6 @@ Makefile _config.dev.yml .vscode *.gem + +#Images +assets/images diff --git a/_includes/head.html b/_includes/head.html index 12bfa2f..1affe7a 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -37,5 +37,10 @@ {% endif %} + + {% if page.twitter %} + + {% endif %} + {% include custom-head.html %}