diff options
-rw-r--r-- | config.js | 2 | ||||
-rw-r--r-- | index.html | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ var config = { // github pages config -if (window.location.href === 'https://danielrholland.github.io/simple-comments-widget/client.html'){ +if (window.location.hostname === 'danielrholland.github.io'){ config = { base_url : 'https://comments.dotemgo.com/comments', page_id : 'https://danielrholland.github.io/simple-comments-widget/client.html' @@ -6,7 +6,7 @@ </head> <h1> Comments Demo Page </h1> - <p>Demo page for github pages. Hosted at <a href='https://danielrholland.github.io/simple-comments-widget'>https://danielrholland.github.io/simple-comments-widget/</a>.</p> + <p>Page demonstrating usage of comments widget.</p> <p>All comments on the demo server will be wiped automatically roughly every hour. Don't post anything stupid.</p> |