1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +00:00

Merge branch 'master' of github.com:funkypenguin/geek-cookbook

This commit is contained in:
David Young
2020-05-21 15:51:50 +12:00
53 changed files with 74 additions and 1595 deletions

View File

@@ -26,3 +26,16 @@ Want to know now when this recipe gets updated, or when future recipes are added
<!--End mc_embed_signup-->
## Your comments? 💬
<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>