diff --git a/server.go b/server.go index 20b8887..6f4166f 100644 --- a/server.go +++ b/server.go @@ -104,7 +104,7 @@ func (s *Server) authenticated(auth auth.Authenticator, redirect string, handle func (s *Server) wrapper(handle func(c *Context)) http.HandlerFunc { return func(w http.ResponseWriter, r *http.Request) { if s.debug { - log.Debugf("request: %s", r.RequestURI) + log.Debugf("request: %s\n", r.RequestURI) } c := s.makeContext(nil, w, r) @@ -436,3 +436,4 @@ func New(address string, path string, auth auth.Authenticator) *Server { } return &s } +uk-grid-small uk-child-width-1-2 uk-child-width-1-2@m uk-child-width-2@l uk-grid-match uk-padding-remove