diff --git a/source/blog/_includes/disqus_load.html b/source/blog/_includes/disqus_load.html index 5eae188..444a46a 100644 --- a/source/blog/_includes/disqus_load.html +++ b/source/blog/_includes/disqus_load.html @@ -3,12 +3,12 @@ (function() { var links = document.getElementsByTagName('a'); var query = '?'; - for(var i = 0; i < links.length; i++) { - if(links[i].href.indexOf('#disqus_thread') >= 0) { - query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&'; - } - } - document.write(' \ No newline at end of file diff --git a/source/blog/_layouts/post.html b/source/blog/_layouts/post.html index 11a088c..3d00cc1 100644 --- a/source/blog/_layouts/post.html +++ b/source/blog/_layouts/post.html @@ -26,7 +26,7 @@
-
+
diff --git a/source/blog/atom.xml b/source/blog/atom.xml index cfd2067..2b73069 100644 --- a/source/blog/atom.xml +++ b/source/blog/atom.xml @@ -5,10 +5,10 @@ layout: nil jimeh / blog - - + + {{ site.time | date_to_xmlschema }} - http://new.jimeh.me/ + http://jimeh.me/blog/ Jim Myhrberg contact@jimeh.me @@ -17,9 +17,9 @@ layout: nil {% for post in site.posts %} {{ post.title }} - + {{ post.date | date_to_xmlschema }} - http://new.jimeh.me/blog{{ post.id }} + http://jimeh.me/blog{{ post.id }} {{ post.content | xml_escape }} {% endfor %}