about summary refs log tree commit diff stats
path: root/internal/content/posts.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/content/posts.go')
-rw-r--r--internal/content/posts.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/content/posts.go b/internal/content/posts.go
index 5185d06..d56688d 100644
--- a/internal/content/posts.go
+++ b/internal/content/posts.go
@@ -8,7 +8,8 @@ import (
 	"slices"
 	"strings"
 	"time"
-	"website/internal/log"
+
+	"go.alanpearce.eu/website/internal/log"
 
 	"github.com/adrg/frontmatter"
 	mapset "github.com/deckarep/golang-set/v2"