diff --git a/_config.yml b/_config.yml index e9e522a..57c77bc 100644 --- a/_config.yml +++ b/_config.yml @@ -22,10 +22,9 @@ header_pages: - LICENSE.md - about.md -remote_theme: jekyll/minima +theme: minima plugins: - jekyll-feed - jekyll-seo-tag - jekyll-sitemap - - jekyll-remote-theme diff --git a/_includes/head-custom-google-analytics.html b/_includes/head-custom-google-analytics.html new file mode 100644 index 0000000..38627fc --- /dev/null +++ b/_includes/head-custom-google-analytics.html @@ -0,0 +1,11 @@ +{% if site.google_analytics %} + + + +{% endif %} \ No newline at end of file