diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-03 17:56:49 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-03 17:56:49 -0500 |
commit | 657ddd0ff753c3db05fe9efe00ac9b70bbb53c01 (patch) | |
tree | eecbf7e33a97c0987151157b0230de2453cfbd3b | |
parent | 991b1fc1bfc258efd2ffc6f6760328c4a1a8bee7 (diff) |
fix title
-rw-r--r-- | TODO.org | 2 | ||||
-rw-r--r-- | bin/page.html.erb | 2 |
2 files changed, 1 insertions, 3 deletions
@@ -3,8 +3,6 @@ - changelog (blog) - index.ext.txt - categories (writing/programming/dnd) -* issues -- Andrew Murrel -> AndrewDM * wish - case insenstive URLs * style diff --git a/bin/page.html.erb b/bin/page.html.erb index 908790c..64afdf0 100644 --- a/bin/page.html.erb +++ b/bin/page.html.erb @@ -10,7 +10,7 @@ <body> <header> <p class=breadcrumbs><%= @page.breadcrumbs %></p> - <h1>Andrew D. Murrell</h1> + <h1>AndrewDM</h1> <nav> <ul> <li><a href="/">Projects</a> |