diff --git a/_includes/google_analytics.html b/_includes/google_analytics.html new file mode 100644 index 0000000..2024553 --- /dev/null +++ b/_includes/google_analytics.html @@ -0,0 +1,15 @@ + + + \ No newline at end of file diff --git a/_layouts/layout.html b/_layouts/layout.html index c229217..88c6481 100644 --- a/_layouts/layout.html +++ b/_layouts/layout.html @@ -10,6 +10,8 @@ + {% include google_analytics.html %} + {% include footer.html %}