diff options
author | B Mathis <brandon@imathis.com> | 2009-11-14 16:51:42 -0600 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-11-14 16:51:42 -0600 |
commit | 04c07e7e85d53e02135965a3699b38172c39f34d (patch) | |
tree | 32260ecd63ec5e2e742c4239b4425a8eb2b9919a | |
parent | ca68e5b6bfc2f45e73fc1f109a4617daa0cddece (diff) | |
download | my_new_personal_website-04c07e7e85d53e02135965a3699b38172c39f34d.tar.xz my_new_personal_website-04c07e7e85d53e02135965a3699b38172c39f34d.zip |
fixed link to about page
Diffstat (limited to '')
-rw-r--r-- | source/_layouts/default.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/_layouts/default.haml b/source/_layouts/default.haml index c61d5046..66f156f0 100644 --- a/source/_layouts/default.haml +++ b/source/_layouts/default.haml @@ -53,7 +53,7 @@ google_analytics: true %li.alpha %a(href="/") Blog %li.omega - %a(href="/about") About + %a(href="/about.html") About %li.subscribe %a(href="/atom.xml") Subscribe #page |