all repos — homestead @ d9a119ca0abe7ffedd125c81c78f725aab886d29

Code for my website

re-format go files

Alan Pearce
commit

d9a119ca0abe7ffedd125c81c78f725aab886d29

parent

7a7c44a6caec3fd3b5eb655f332450e86b8c4774

1 file changed, 3 insertions(+), 3 deletions(-)

changed files
M domain/content/templates/post.godomain/content/templates/post.go
@@ -3,12 +3,12 @@
import ( "time" + g "alin.ovh/gomponents" + . "alin.ovh/gomponents/html" + "alin.ovh/homestead/domain/content" "alin.ovh/homestead/domain/web/templates" "alin.ovh/homestead/shared/vcs" - - g "alin.ovh/gomponents" - . "alin.ovh/gomponents/html" ) func PostPage(site templates.SiteSettings, post *content.Post) g.Node {