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/homepage.godomain/content/templates/homepage.go
@@ -1,12 +1,12 @@
package templates import ( + g "alin.ovh/gomponents" + . "alin.ovh/gomponents/html" + "alin.ovh/homestead/domain/content" "alin.ovh/homestead/domain/web/templates" "alin.ovh/homestead/shared/config" - - g "alin.ovh/gomponents" - . "alin.ovh/gomponents/html" ) type HomepageVars struct {