diff --git a/cmd/web/main.go b/cmd/web/main.go index efc2d1c..63cb747 100644 --- a/cmd/web/main.go +++ b/cmd/web/main.go @@ -70,8 +70,8 @@ func run() (*driver.DB, error) { gob.Register(map[string]int{}) // read flags - inProduction := flag.Bool("production", true, "Application is in production") - useCashe := flag.Bool("cashe", true, "Use templates cache") + inProduction := flag.Bool("production", false, "Application is in production") + useCashe := flag.Bool("cashe", false, "Use templates cache") dbHost := flag.String("dbhost", "localhost", "Database HOST") dbName := flag.String("dbname", "bookings", "Database Name") dbUser := flag.String("dbuser", "thoryur", "Database user name") diff --git a/static/css/styles.css b/static/css/styles.css index b7a00ad..5b02872 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1,16 +1,16 @@ .my-footer { - height: 5em; - background-color: #163b65; - margin-top: 1.5em; - padding: 1em; - color: rgba(192, 213, 0, 0.815); - font-size: 80%; + height: 7rem; + background-color: #163b65; + margin-top: 1em; + padding: 1em; + color: rgba(192, 213, 0, 0.815); + font-size: 80%; } .notie-container { - box-shadow: none; + box-shadow: none; } .datepicker { - z-index: 10000; -} \ No newline at end of file + z-index: 10000; +} diff --git a/templates/base.layout.tmpl b/templates/base.layout.tmpl index cead96e..20e8f41 100644 --- a/templates/base.layout.tmpl +++ b/templates/base.layout.tmpl @@ -7,7 +7,7 @@ - My Nice Page + Bead and Breakfast @@ -84,20 +84,25 @@ -