Skip to content

Commit 49124a8

Browse files
committed
fix: in dynamic-block shortcode, toggle localMode false
1 parent a8c7fdc commit 49124a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/shortcodes/dynamic-block.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
(relative to your index.md location).
7272
Leave false (default) to resolve via .Site.BaseURL (web mode).
7373
*/}}
74-
{{ $localMode := true }} <!-- change to true for local -->
74+
{{ $localMode := false }} <!-- change to true for local -->
7575

7676

7777
{{ $uniqueID := .Get "jsonKey" | urlize }} <!-- Generate a unique ID -->

0 commit comments

Comments
 (0)