Show footer

This commit is contained in:
Christine Dodrill 2015-02-03 10:48:18 -08:00
parent aac52f6741
commit e27e8f1e6c
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class Layout extends Widget
--a href: "/projects", "Projects"
li ->
a href: "/static/resume/index.html", "Resume"
a href: "/resume", "Resume"
ul class: "nav navbar-nav navbar-right", ->
li ->
@ -77,3 +77,4 @@ class Layout extends Widget
body ->
@header!
@body!
@footer!