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:
@@ -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
|
||||
|
||||
@@ -185,7 +185,7 @@ theme:
|
||||
- navigation.tabs.sticky
|
||||
- navigation.sections
|
||||
- search.suggest
|
||||
- search.highlight
|
||||
# - search.highlight
|
||||
- search.share
|
||||
icon:
|
||||
repo: 'fontawesome/brands/github'
|
||||
|
||||
Reference in New Issue
Block a user