From 3137b1f2ceec5a42228d455a861c278cfcec9c54 Mon Sep 17 00:00:00 2001 From: David Young Date: Sun, 24 May 2020 10:58:39 +1200 Subject: [PATCH] try to un-break discourse integration (#91) * try to un-break discourse integration * javascript is trickzy --- mkdocs.yml | 2 +- overrides/main.html | 11 +++++++++++ scripts/recipe-footer.md | 13 ------------- 3 files changed, 12 insertions(+), 14 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 6b1991f..a466d69 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -9,7 +9,7 @@ edit_uri: 'edit/master/manuscript/' # Repository repo_name: 'geek-cookbook/yes-this-is-it' -repo_url: 'https://github.com/geek-cookbook/yes-this-is-it' +repo_url: 'https://github.com/funkypenguin/geek-cookbook' # Set this to "manuscript" so that we can produce leanpub content docs_dir: 'manuscript' diff --git a/overrides/main.html b/overrides/main.html index aad1053..f533d98 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -1,7 +1,18 @@ {% extends "base.html" %} {% block disqus %} +
+ {% endblock %} {% block announce %} diff --git a/scripts/recipe-footer.md b/scripts/recipe-footer.md index 9120df5..d385784 100644 --- a/scripts/recipe-footer.md +++ b/scripts/recipe-footer.md @@ -28,16 +28,3 @@ Want to know now when this recipe gets updated, or when future recipes are added ## Your comments? 💬 - -
- - \ No newline at end of file