diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2008-09-24 18:17:16 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2008-09-24 18:17:16 +0200 |
commit | a170f8f9149686f2dbec2231b3319c9584f5a369 (patch) | |
tree | e555c6e53c027468de3879ec69aac0cb2c40fca4 | |
parent | 787f63cd42025ca3143acaa9fdbd0cb3333e7c35 (diff) | |
download | trivium-a170f8f9149686f2dbec2231b3319c9584f5a369.tar.gz trivium-a170f8f9149686f2dbec2231b3319c9584f5a369.tar.xz trivium-a170f8f9149686f2dbec2231b3319c9584f5a369.zip |
Template details tweaks
-rw-r--r-- | template/atom.ht | 4 | ||||
-rw-r--r-- | template/front.ht | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/template/atom.ht b/template/atom.ht index f7d262d..af4e45c 100644 --- a/template/atom.ht +++ b/template/atom.ht @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> - <title type="text">Trivium: grammar, logic, rhetoric</title> + <title type="text">Trivium</title> <link rel="alternate" type="text/html" href="http://chneukirchen.org/trivium/" /> <link rel="self" href="http://chneukirchen.org/trivium/index.atom" /> @@ -10,7 +10,7 @@ <email>chneukirchen@gmail.com</email> </author> <id>tag:chneukirchen.org,2008:trivium-feed</id> - <generator version="0.1">trivium.rb</generator> + <generator version="2.0">trivium.rb</generator> <rights type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> Copyright © 2008 Christian Neukirchen, chneukirchen@gmail.com diff --git a/template/front.ht b/template/front.ht index 45e2fc1..862aecc 100644 --- a/template/front.ht +++ b/template/front.ht @@ -12,7 +12,8 @@ <h1><a href="./"><img src="trivium.png" alt="Trivium"></a></h1> <small class="top nav"> - $ if self[:entries].last[:prev_by_month] +<a href="intro">Intro</a> +$ if self[:entries].last[:prev_by_month] <a class="prev" href="${self[:entries].last[:prev_by_month]}">« Previously</a> $ end </small> @@ -40,8 +41,9 @@ $ } $ end </small> -<address class="author vcard"> -Copyright © 2008 <a class="email fn" href="mailto:chneukirchen@gmail.com">Christian Neukirchen</a> +<address class="author vcard" + title="If you copy the content of this site to poison search engines, fuck off."> +Copyright © 2008 <a class="email fn" href="mailto:chneukirchen@gmail.com">Christian Neukirchen</a><br> </address> </div> |