diff options
author | B Mathis <brandon@imathis.com> | 2009-10-20 09:08:12 -0500 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-10-20 09:08:12 -0500 |
commit | fd32bcaba026d0e31b3396eb31450b8ac7a15242 (patch) | |
tree | 3bdf830748c8506430abce4ebb1ae3775a165de0 /source/_layouts | |
parent | e0a0d093c44481d1fada3ab4bb9a0c5cf1276524 (diff) | |
download | my_new_personal_website-fd32bcaba026d0e31b3396eb31450b8ac7a15242.tar.xz my_new_personal_website-fd32bcaba026d0e31b3396eb31450b8ac7a15242.zip |
added auto generated copyright to footer as well as credit for Jekyll and Octopress
Diffstat (limited to 'source/_layouts')
-rw-r--r-- | source/_layouts/default.haml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/_layouts/default.haml b/source/_layouts/default.haml index a3f4431e..b32b026b 100644 --- a/source/_layouts/default.haml +++ b/source/_layouts/default.haml @@ -33,4 +33,6 @@ root_url: - else = content #footer - .page_width Footer
\ No newline at end of file + .page_width + = "Copyright © #{Time.now.strftime('%Y')} - #{page.blog_title} | " + %span.credit Powered by <a href="http://github.com/henrik/jekyll">Jekyll</a> & <a href="http://github.com/imathis/octopress/">Octopress</a>
\ No newline at end of file |