all repos — homestead @ 2d8ae277e25117ab59eeb95c6ed25b34bcd75e4f

Code for my website

add two-week availability calendar

Alan Pearce
commit

2d8ae277e25117ab59eeb95c6ed25b34bcd75e4f

parent

0296be4cbce9b13896dd703e868029672e55fd8c

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M templates/layout.gotemplates/layout.go
@@ -14,6 +14,7 @@
type SiteSettings struct { Title string Language string + Timezone config.Timezone Menu []config.MenuItem InjectLiveReload bool }