mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36:23 +00:00
Add autopirate recipe
This commit is contained in:
1
overrides/README.md
Normal file
1
overrides/README.md
Normal file
@@ -0,0 +1 @@
|
||||
This directory exists in case we want to add theme overrides (like favicon)
|
||||
12
overrides/partials/disqus.html
Normal file
12
overrides/partials/disqus.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<div id='discourse-comments'></div>
|
||||
|
||||
<script type="text/javascript">
|
||||
DiscourseEmbed = { discourseUrl: 'https://discourse.geek-kitchen.funkypenguin.co.nz/',
|
||||
discourseEmbedUrl: '{{ page.canonical_url }}' };
|
||||
|
||||
(function() {
|
||||
var d = document.createElement('script'); d.type = 'text/javascript'; d.async = true;
|
||||
d.src = DiscourseEmbed.discourseUrl + 'javascripts/embed.js';
|
||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(d);
|
||||
})();
|
||||
</script>
|
||||
Reference in New Issue
Block a user