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 7383ee9 commit acd7ed0Copy full SHA for acd7ed0
layouts/shortcodes/dimensions.html
@@ -1,5 +1,6 @@
1
2
-{{ $jsPath := .Get "path" }}
+{{ $rawJSPath := .Get "path" }}
3
+{{ $jsPath := replace $rawJSPath "/static" "" }}
4
{{ $dimensionsRef := dict }}
5
{{ with resources.Get $jsPath }}
6
{{ with .Err }}
layouts/shortcodes/metrics.html
{{ $metricsRef := dict }}
0 commit comments