mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 03:59:31 +01:00
add Disqus
This commit is contained in:
parent
961e9d963d
commit
1b3cafa599
@ -29,4 +29,20 @@ layout: default
|
||||
<p id="post-meta">{{ tags_content }}</p>
|
||||
</article>
|
||||
|
||||
% if page.comments %
|
||||
<div id="disqus_thread"></div>
|
||||
<script type="text/javascript">
|
||||
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
|
||||
var disqus_shortname = 'mikaeladotinfo'; // required: replace example with your forum shortname
|
||||
|
||||
/* * * 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="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
||||
% endif %
|
||||
|
||||
</div>
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
layout: post
|
||||
comments: true
|
||||
title: "Channels & Hostmask groups: A basic Howto"
|
||||
category: [english]
|
||||
tags: [irc, english]
|
||||
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
layout: post
|
||||
comments: true
|
||||
title: "Getting help from network operators with channel issues when ops are away"
|
||||
category: [english]
|
||||
tags: [irc, english]
|
||||
|
Loading…
Reference in New Issue
Block a user