diff --git a/_includes/head.html b/_includes/head.html index c6503f6..3e65c92 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -15,16 +15,16 @@ - - - + + + - + - + diff --git a/_layouts/post.html b/_layouts/post.html index 7b582cb..61058ff 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -25,20 +25,20 @@ layout: default {% if page.comments %} -
-

Comments

-
-
+
+

Comments

+
+
- + /* * * DON'T EDIT BELOW THIS LINE * * */ + (function() { + var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; + dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; + (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); + })(); + {% endif %} diff --git a/_posts/2014-03-23-buffered-polyline.md b/_posts/2014-03-23-buffered-polyline.md index bdf0142..0838e43 100644 --- a/_posts/2014-03-23-buffered-polyline.md +++ b/_posts/2014-03-23-buffered-polyline.md @@ -42,4 +42,4 @@ Since it is nested, you need to call `polygon.coordinates[0]` in order to get ba You could then use the the coordinates to draw the generated polygon on the map (along with the route), in order to produce something like this: -![Buffered Polyline]({{ site.baseurl }}public/images/buffered-polyline-1.png) +![Buffered Polyline]({{ "public/images/buffered-polyline-1.png" | prepend: site.baseurl }}) diff --git a/_posts/2014-04-12-installing-erlang-17-0-using-kerl.md b/_posts/2014-04-12-installing-erlang-17-0-using-kerl.md index a947978..61698cd 100644 --- a/_posts/2014-04-12-installing-erlang-17-0-using-kerl.md +++ b/_posts/2014-04-12-installing-erlang-17-0-using-kerl.md @@ -50,4 +50,4 @@ The following `alias` makes it easier to start the Observer from a terminal. The alias erlobserver='erl -sname observer -run observer -detached' {% endhighlight %} -![Erlang Observer]({{ site.baseurl }}public/images/installing-erlang-17-0-using-kerl-1.png) +![Erlang Observer]({{ "public/images/installing-erlang-17-0-using-kerl-1.png" || prepend: site.baseurl }}) diff --git a/feed.xml b/feed.xml index 8bbafa6..eb486d9 100644 --- a/feed.xml +++ b/feed.xml @@ -4,7 +4,7 @@ layout: null {{ site.title }} - + {{ site.time | date_to_xmlschema }} @@ -18,7 +18,7 @@ layout: null {{ site.url }}{{ post.id }} {{ post.title }} - + {{ post.date | date_to_xmlschema }} {% if post.modified != nil %} {{ post.modified | date_to_xmlschema }}