diff --git a/source/_config.yml b/source/_config.yml index 4e88ac1..75b6883 100644 --- a/source/_config.yml +++ b/source/_config.yml @@ -2,4 +2,5 @@ auto: false destination: ../public markdown: rdiscount pygments: true +lsi: false permalink: /blog/:year/:month/:day/:title diff --git a/source/_includes/ga.html b/source/_includes/ga.html new file mode 100644 index 0000000..566ad98 --- /dev/null +++ b/source/_includes/ga.html @@ -0,0 +1,13 @@ + \ No newline at end of file diff --git a/source/_layouts/default.html b/source/_layouts/default.html index 21f264a..3399a41 100644 --- a/source/_layouts/default.html +++ b/source/_layouts/default.html @@ -11,15 +11,23 @@ + + + + + + -
+{% include ga.html %} +
+ diff --git a/source/_layouts/post-list.html b/source/_layouts/post-list.html index 3f368d2..01b9b2b 100644 --- a/source/_layouts/post-list.html +++ b/source/_layouts/post-list.html @@ -19,7 +19,7 @@