Procházet zdrojové kódy

Fix disqus URLs.

master
Ben Kurtovic před 10 roky
rodič
revize
21ffad8c3c
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +1
    -1
      _layouts/post.html
  2. +1
    -1
      index.html

+ 1
- 1
_layouts/post.html Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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;


Načítá se…
Zrušit
Uložit