From 5199fff49a6ad8eb070651827c7a8a66733a28b9 Mon Sep 17 00:00:00 2001 From: ChrisRu82 Date: Thu, 30 May 2024 19:51:25 +0000 Subject: [PATCH] fix: ac:jiraissues to use correct format for the urls --- pkg/mark/stdlib/stdlib.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/mark/stdlib/stdlib.go b/pkg/mark/stdlib/stdlib.go index 4e852b7..84bf0e0 100644 --- a/pkg/mark/stdlib/stdlib.go +++ b/pkg/mark/stdlib/stdlib.go @@ -167,14 +167,14 @@ func templates(api *confluence.API) (*template.Template, error) { `ac:jiraissues`: text( ``, `{{ or .Anonymous false }}`, - `{{ or .BaseURL .URL }}`, + ``, `{{ or .Columns "type;key;summary;assignee;reporter;priority;status;resolution;created;updated;due" }}`, `{{ or .Count false }}`, `{{ or .Cache "on" }}`, `{{ or .Height 480 }}`, `{{ or .RenderMode "static" }}`, `{{ or .Title "Jira Issues" }}`, - `{{ .URL }}`, + ``, `{{ or .Width "100%" }}`, ``, ),