diff --git a/layouts/chrome/footer.html b/layouts/chrome/footer.html index 1cacef5..8af58ed 100644 --- a/layouts/chrome/footer.html +++ b/layouts/chrome/footer.html @@ -4,6 +4,8 @@ It is very basic. It has some text and a link back to the home page of the site. + It includes the google analytics template from /layouts/chrome/ga.html + It also closes the and tags for each page. --> @@ -17,5 +19,7 @@ +{{ template "chrome/ga.html" . }} + diff --git a/layouts/chrome/ga.html b/layouts/chrome/ga.html new file mode 100644 index 0000000..a4629fd --- /dev/null +++ b/layouts/chrome/ga.html @@ -0,0 +1,17 @@ + + diff --git a/public/categories/blah/index.html b/public/categories/blah/index.html index e9e8730..d83274c 100644 --- a/public/categories/blah/index.html +++ b/public/categories/blah/index.html @@ -97,6 +97,19 @@ + + + + diff --git a/public/categories/boring/index.html b/public/categories/boring/index.html index e73e9ef..f624ece 100644 --- a/public/categories/boring/index.html +++ b/public/categories/boring/index.html @@ -97,6 +97,19 @@ + + + + diff --git a/public/categories/fun/index.html b/public/categories/fun/index.html index 021e8b2..75e042f 100644 --- a/public/categories/fun/index.html +++ b/public/categories/fun/index.html @@ -97,6 +97,19 @@ + + + + diff --git a/public/categories/hugo/index.html b/public/categories/hugo/index.html index c9b99d2..d3bbf63 100644 --- a/public/categories/hugo/index.html +++ b/public/categories/hugo/index.html @@ -97,6 +97,19 @@ + + + + diff --git a/public/categories/index.html b/public/categories/index.html index eb0b81b..5c54883 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -95,6 +95,19 @@ + + + + diff --git a/public/categories/second/index.html b/public/categories/second/index.html index 69ef923..696ef0a 100644 --- a/public/categories/second/index.html +++ b/public/categories/second/index.html @@ -97,6 +97,19 @@ + + + + diff --git a/public/categories/template/index.html b/public/categories/template/index.html index 0613a5c..e9d372e 100644 --- a/public/categories/template/index.html +++ b/public/categories/template/index.html @@ -97,6 +97,19 @@ + + + + diff --git a/public/categories/test/index.html b/public/categories/test/index.html index 19cc9b7..69c3512 100644 --- a/public/categories/test/index.html +++ b/public/categories/test/index.html @@ -112,6 +112,19 @@ + + + + diff --git a/public/index.html b/public/index.html index 5058d21..2999c22 100644 --- a/public/index.html +++ b/public/index.html @@ -138,6 +138,19 @@ + + + + diff --git a/public/posts/index.html b/public/posts/index.html index 8a311ca..1d00209 100644 --- a/public/posts/index.html +++ b/public/posts/index.html @@ -140,6 +140,19 @@ + + + + diff --git a/public/posts/middle/index.html b/public/posts/middle/index.html index 51dc70e..2a7dacf 100644 --- a/public/posts/middle/index.html +++ b/public/posts/middle/index.html @@ -130,6 +130,19 @@ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + + + diff --git a/public/posts/newest/index.html b/public/posts/newest/index.html index faad18a..814b238 100644 --- a/public/posts/newest/index.html +++ b/public/posts/newest/index.html @@ -121,6 +121,19 @@ + + + + diff --git a/public/posts/oldest/index.html b/public/posts/oldest/index.html index f84105b..b480b56 100644 --- a/public/posts/oldest/index.html +++ b/public/posts/oldest/index.html @@ -124,6 +124,19 @@ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+ + + +