mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-14 10:16:27 +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">
|
<script type="text/javascript">
|
||||||
DiscourseEmbed = { discourseUrl: 'https://discourse.geek-kitchen.funkypenguin.co.nz/',
|
DiscourseEmbed = { discourseUrl: 'https://discourse.geek-kitchen.funkypenguin.co.nz/',
|
||||||
discourseEmbedUrl: '{{ page.canonical_url }}' };
|
discourseEmbedUrl: document.URL };
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
var d = document.createElement('script'); d.type = 'text/javascript'; d.async = true;
|
var d = document.createElement('script'); d.type = 'text/javascript'; d.async = true;
|
||||||
|
|||||||
@@ -185,7 +185,7 @@ theme:
|
|||||||
- navigation.tabs.sticky
|
- navigation.tabs.sticky
|
||||||
- navigation.sections
|
- navigation.sections
|
||||||
- search.suggest
|
- search.suggest
|
||||||
- search.highlight
|
# - search.highlight
|
||||||
- search.share
|
- search.share
|
||||||
icon:
|
icon:
|
||||||
repo: 'fontawesome/brands/github'
|
repo: 'fontawesome/brands/github'
|
||||||
|
|||||||
Reference in New Issue
Block a user