diff --git a/layout/bootstrap.moon b/layout/bootstrap.moon index 6bae8d7..f4cf6d5 100644 --- a/layout/bootstrap.moon +++ b/layout/bootstrap.moon @@ -54,8 +54,8 @@ class Layout extends Widget a href: "/contact", "Contact" footer: => - div class: "container", -> - footer class: "footer", -> + footer -> + div class: "container footer", -> p class: "text-muted", -> text "Christine Cadence Dodrill - #{os.date "%Y"}" diff --git a/static/css/main.css b/static/css/main.css index eb1733b..c40225a 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -54,5 +54,3 @@ table td { height: 60px; background-color: #F2E6EB; } - -