diff options
author | dan <[email protected]> | 2023-05-16 14:48:54 -0400 |
---|---|---|
committer | dan <[email protected]> | 2023-05-16 14:48:54 -0400 |
commit | 841900a18847f2c301c74b1eba0645476bd0bcbc (patch) | |
tree | ad6588c3854b5e325f143d20f642c39f7a148829 /index.html | |
parent | 8c2a3aa915c0399d3a8109bbd1d26d55187c9646 (diff) | |
download | simple-comments-widget-841900a18847f2c301c74b1eba0645476bd0bcbc.tar.gz simple-comments-widget-841900a18847f2c301c74b1eba0645476bd0bcbc.tar.bz2 simple-comments-widget-841900a18847f2c301c74b1eba0645476bd0bcbc.zip |
fix: use hostname instead of href to detect if on gh pages
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |