diff options
| author | tekkub <tekkub@gmail.com> | 2010-01-12 16:05:16 -0700 |
|---|---|---|
| committer | tekkub <tekkub@gmail.com> | 2010-01-12 16:33:41 -0700 |
| commit | 6ef366ebb29d87ad095cec9b08214fc087ceb1f0 (patch) | |
| tree | d610e4f4939d3f6f65369c1f3febb45ebc87240a | |
| parent | 5d36fd8301731635dc8c8e88aa3b0eff831e2625 (diff) | |
Copyright years can die
| -rw-r--r-- | _layouts/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index ee529e9..afc4fa6 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -96,7 +96,7 @@ sidebar_cats: <a href="http://github.wordpress.com">Status</a> </div> <div class="company"> - GitHub is <a href="http://logicalawesome.com/">Logical Awesome</a> ©2009 | <a href="http://github.com/site/terms">Terms of Service</a> | <a href="http://github.com/site/privacy">Privacy Policy</a> + GitHub is <a href="http://logicalawesome.com/">Logical Awesome</a> ©{{ site.time | date: "%Y" }} | <a href="http://github.com/site/terms">Terms of Service</a> | <a href="http://github.com/site/privacy">Privacy Policy</a> </div> </div> </div> |
