We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c7fdc commit 49124a8Copy full SHA for 49124a8
layouts/shortcodes/dynamic-block.html
@@ -71,7 +71,7 @@
71
(relative to your index.md location).
72
Leave false (default) to resolve via .Site.BaseURL (web mode).
73
*/}}
74
-{{ $localMode := true }} <!-- change to true for local -->
+{{ $localMode := false }} <!-- change to true for local -->
75
76
77
{{ $uniqueID := .Get "jsonKey" | urlize }} <!-- Generate a unique ID -->
0 commit comments