move files and update import paths
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M templates/post.go → templates/post.go
@@ -3,8 +3,8 @@ import ( "time" - "alin.ovh/homestead/internal/content" - "alin.ovh/homestead/internal/vcs" + "alin.ovh/homestead/domain/content" + "alin.ovh/homestead/shared/vcs" g "alin.ovh/gomponents" . "alin.ovh/gomponents/html"