1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-08-07 08:42:26 +00:00
Files
boring-nginx
cowrie
cryptpad
freshrss
ghost
rootfs
etc
usr
local
bin
etc
disqus.conf
ghost.example.conf
isso.conf
Dockerfile
README.md
isso
kippo-graph
libresonic
lychee
mastodon
mediawiki
nextcloud
nginx-php
parsoid
pgbouncer
piwik
privatebin
reverse
rtorrent-flood
searx
unmaintained
LICENSE
dockerfiles/ghost/rootfs/usr/local/etc/disqus.conf
2017-08-27 18:05:49 +02:00

17 lines
759 B
Plaintext

<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = '<SHORTNAME>';
var disqus_identifier = '{{post.id}}';
/* * * 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);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>