diff --git a/pkg/mark/stdlib/stdlib.go b/pkg/mark/stdlib/stdlib.go index 2ae6b23..578c269 100644 --- a/pkg/mark/stdlib/stdlib.go +++ b/pkg/mark/stdlib/stdlib.go @@ -151,7 +151,7 @@ func templates(api *confluence.API) (*template.Template, error) { `{{ or .Count false }}`, `{{ or .Cache "on" }}`, `{{ or .Height 480 }}`, - `{{ or RenderMode "static" }}`, + `{{ or .RenderMode "static" }}`, `{{ or .Title "Jira Issues" }}`, `{{ .URL }}`, `{{ or .Width "100%" }}`,