diff --git a/.themes/classic/source/_includes/head.html b/.themes/classic/source/_includes/head.html index d04d0d0..e7663ea 100644 --- a/.themes/classic/source/_includes/head.html +++ b/.themes/classic/source/_includes/head.html @@ -1,5 +1,5 @@ - + @@ -19,6 +19,7 @@ {% endif %} + @@ -26,7 +27,8 @@ - + {% capture rss_url %}{% if site.subscribe_rss contains ':' %}{{ site.subscribe_rss }}{% else %}{{ root_url }}{{ site.subscribe_rss }}{% endif %}{% endcapture %} + {% include google_analytics.html %} {% include google_plus_one.html %} {% include twitter_sharing.html %} diff --git a/Rakefile b/Rakefile index 7e661ef..a8192d8 100644 --- a/Rakefile +++ b/Rakefile @@ -151,6 +151,7 @@ task :update_source, :theme do |t, args| system "mkdir -p #{source_dir}; cp -R #{themes_dir}/"+theme+"/source/. #{source_dir}" system "cp -Rn #{source_dir}.old/. #{source_dir}" system "cp -f #{source_dir}.old/_includes/navigation.html #{source_dir}/_includes/navigation.html" + system "cp -f #{source_dir}.old/_includes/footer.html #{source_dir}/_includes/footer.html" puts "## Updated #{source_dir} ##" end diff --git a/_config.yml b/_config.yml index 4ed7afe..9826ec1 100644 --- a/_config.yml +++ b/_config.yml @@ -21,7 +21,7 @@ email: brandon@imathis.com # If publishing to a subdirectory as in http://site.com/project set 'root: /project' root: / port: 4000 -permalink: /blog/:year/:month/:day/:title +permalink: /blog/:year/:month/:day/:title/ source: source destination: public plugins: plugins