summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2010-06-29 14:36:45 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2010-06-29 14:36:45 +0200
commited1db3e8056d50779e8a826405205bd5c56f1365 (patch)
treea2e7686123f41687a7a7f6f34bb0d8783e3fab34
parentdb5f6a5a469b415a4ce4e18182e0771f2adadcfd (diff)
downloadtrivium-ed1db3e8056d50779e8a826405205bd5c56f1365.tar.gz
trivium-ed1db3e8056d50779e8a826405205bd5c56f1365.tar.xz
trivium-ed1db3e8056d50779e8a826405205bd5c56f1365.zip
Update copyright
-rw-r--r--template/all.ht2
-rw-r--r--template/atom.ht2
-rw-r--r--template/front.ht2
-rw-r--r--template/monthly.ht10
-rw-r--r--template/single.ht2
5 files changed, 9 insertions, 9 deletions
diff --git a/template/all.ht b/template/all.ht
index 53949b0..7fc15f7 100644
--- a/template/all.ht
+++ b/template/all.ht
@@ -29,7 +29,7 @@ $# class="entry-title">
 $ }
 
 <address class="author vcard">
-Copyright &#169; 2008, 2009 <a class="email fn" href="mailto:chneukirchen@gmail.com">Christian Neukirchen</a>
+Copyright &#169; 2008, 2009, 2010 <a class="email fn" href="mailto:chneukirchen@gmail.com">Christian Neukirchen</a>
 </address>
 
 </div>
diff --git a/template/atom.ht b/template/atom.ht
index 00cceee..d737e5b 100644
--- a/template/atom.ht
+++ b/template/atom.ht
@@ -13,7 +13,7 @@
   <generator version="2.0">trivium.rb</generator>
   <rights type="xhtml">
   <div xmlns="http://www.w3.org/1999/xhtml">
-  Copyright © 2008, 2009 Christian Neukirchen, chneukirchen@gmail.com
+  Copyright © 2008, 2009, 2010 Christian Neukirchen, chneukirchen@gmail.com
 Verbatim copying is permitted as long as this message is preserved.
   </div>
   </rights>
diff --git a/template/front.ht b/template/front.ht
index 0887536..3e6cb26 100644
--- a/template/front.ht
+++ b/template/front.ht
@@ -42,7 +42,7 @@ $ }
 
 <address class="author vcard"
   title="If you copy the content of this site to poison search engines, fuck off.">
-Copyright &#169; 2008, 2009 <a class="email fn" href="mailto:chneukirchen@gmail.com">Christian Neukirchen</a><br>
+Copyright &#169; 2008, 2009, 2010 <a class="email fn" href="mailto:chneukirchen@gmail.com">Christian Neukirchen</a><br>
 </address>
 
 </div>
diff --git a/template/monthly.ht b/template/monthly.ht
index 768cdbc..ae7e992 100644
--- a/template/monthly.ht
+++ b/template/monthly.ht
@@ -21,11 +21,11 @@ $ end
 
 <small class="top nav">
 $ if self[:entries].first[:prev_by_month]
-<a class="prev" href="${self[:entries].first[:prev_by_month]}">&#xab; ${Time.parse(self[:entries].first[:prev_by_month]).strftime("%B %Y")}</a>
+<a class="prev" href="${self[:entries].first[:prev_by_month]}">&#xab; ${Time.parse(self[:entries].first[:prev_by_month] + "-01").strftime("%B %Y")}</a>
 $ end
 
 $ if self[:entries].first[:next_by_month]
-<a class="next" href="${self[:entries].first[:next_by_month]}">${Time.parse(self[:entries].first[:next_by_month]).strftime("%B %Y")} &#xbb;</a>
+<a class="next" href="${self[:entries].first[:next_by_month]}">${Time.parse(self[:entries].first[:next_by_month] + "-01").strftime("%B %Y")} &#xbb;</a>
 $ end
 </small>
 
@@ -47,16 +47,16 @@ $ }
 
 <small class="bot nav">
 $ if self[:entries].first[:prev_by_month]
-<a class="prev" href="${self[:entries].first[:prev_by_month]}">&#xab; ${Time.parse(self[:entries].first[:prev_by_month]).strftime("%B %Y")}</a>
+<a class="prev" href="${self[:entries].first[:prev_by_month]}">&#xab; ${Time.parse(self[:entries].first[:prev_by_month] + "-01").strftime("%B %Y")}</a>
 $ end
 
 $ if self[:entries].first[:next_by_month]
-<a class="next" href="${self[:entries].first[:next_by_month]}">${Time.parse(self[:entries].first[:next_by_month]).strftime("%B %Y")} &#xbb;</a>
+<a class="next" href="${self[:entries].first[:next_by_month]}">${Time.parse(self[:entries].first[:next_by_month] + "-01").strftime("%B %Y")} &#xbb;</a>
 $ end
 </small>
 
 <address class="author vcard">
-Copyright &#169; 2008, 2009 <a class="email fn" href="mailto:chneukirchen@gmail.com">Christian Neukirchen</a>
+Copyright &#169; 2008, 2009, 2010 <a class="email fn" href="mailto:chneukirchen@gmail.com">Christian Neukirchen</a>
 </address>
 
 </div>
diff --git a/template/single.ht b/template/single.ht
index 8c95160..2422de9 100644
--- a/template/single.ht
+++ b/template/single.ht
@@ -44,7 +44,7 @@ $:{format self}
 </div>
 
 <address class="author vcard">
-Copyright &#169; 2008, 2009 <a class="email fn" href="mailto:chneukirchen@gmail.com">Christian Neukirchen</a>
+Copyright &#169; 2008, 2009, 2010 <a class="email fn" href="mailto:chneukirchen@gmail.com">Christian Neukirchen</a>
 </address>
 
 </div>