Explorar el Código

Fix disqus URLs.

master
Ben Kurtovic hace 10 años
padre
commit
21ffad8c3c
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      _layouts/post.html
  2. +1
    -1
      index.html

+ 1
- 1
_layouts/post.html Ver fichero

@@ -20,7 +20,7 @@ layout: base
var disqus_shortname = 'earwig';
var disqus_identifier = '{{ page.id }}';
var disqus_title = '{{ page.title }}';
var disqus_url = 'http://earwig.github.com{{ page.url }}';
var disqus_url = '{{ site.url }}{{ page.url }}';
var disqus_developer = 1;
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;


+ 1
- 1
index.html Ver fichero

@@ -126,7 +126,7 @@ title: Home
<script>
var disqus_shortname = 'earwig';
var disqus_title = '{{ page.title }}';
var disqus_url = 'http://earwig.github.com{{ page.url }}';
var disqus_url = '{{ site.url }}{{ page.url }}';
var disqus_developer = 1;
(function () {
var s = document.createElement('script'); s.async = true;


Cargando…
Cancelar
Guardar