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

Fix embedded Discourse content

This commit is contained in:
David Young
2021-01-25 16:59:26 +13:00
parent 024eca3a4b
commit ea2ca2b18f
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ Want to know now when this recipe gets updated, or when future recipes are added
<script type="text/javascript">
DiscourseEmbed = { discourseUrl: 'https://discourse.geek-kitchen.funkypenguin.co.nz/',
discourseEmbedUrl: '{{ page.canonical_url }}' };
discourseEmbedUrl: document.URL };
(function() {
var d = document.createElement('script'); d.type = 'text/javascript'; d.async = true;
@@ -29,4 +29,4 @@ Want to know now when this recipe gets updated, or when future recipes are added
[patreon]: https://www.patreon.com/bePatron?u=6982506
[github_sponsor]: https://github.com/sponsors/funkypenguin
[github_sponsor]: https://github.com/sponsors/funkypenguin

View File

@@ -185,7 +185,7 @@ theme:
- navigation.tabs.sticky
- navigation.sections
- search.suggest
- search.highlight
# - search.highlight
- search.share
icon:
repo: 'fontawesome/brands/github'