commit c0b9eee

Artur Manuel  ·  2026-07-31 19:03:09 +0000 UTC
parent fc40cf5
cmd/glerc: correctly import ssg
1 files changed,  +1, -1
+1, -1
1@@ -7,7 +7,7 @@ import (
2 	"path/filepath"
3 	"strings"
4 
5-	"codeberg.org/dani-institute/glerc/pkg/glerc"
6+	"codeberg.org/dani-institute/glerc/ssg"
7 	"github.com/urfave/cli/v3"
8 	"github.com/yuin/goldmark"
9 	meta "github.com/yuin/goldmark-meta"