all repos — h3rald @ faefc0ebf271586c49078255db2efd59b495c085

The sources of https://h3rald.com

Removed home page redirect (not necessary).
h3rald h3rald@h3rald.com
Wed, 22 Sep 2010 14:00:55 +0200
commit

faefc0ebf271586c49078255db2efd59b495c085

parent

9f20c5f505def858ea3d9e5c088c1517edffeb76

3 files changed, 11 insertions(+), 1 deletions(-)

jump to
M RulesRules

@@ -100,6 +100,10 @@ route '/glyph/book/*' do

item.identifier.chop+'.html' end +route '/home/' do + "/index.html" +end + route '/sitemap' do item.identifier.chop + '.xml' end
M content/htaccess.txtcontent/htaccess.txt

@@ -57,7 +57,7 @@

# Rewrite rules. <IfModule mod_rewrite.c> RewriteEngine on -RewriteRule ^$ /home/index.html [L] +#RewriteRule ^$ /home/index.html [L] RewriteRule ^(rss|atom)/?$ /$1.xml [L] RewriteRule ^tags/([^/\.]+)/(rss|atom)/?$ /tags/$1/$2.xml [L] RewriteRule ^(articles|blog|entries|tags)/?$ /archives/ [L,R=301]
M content/styles/_content.scsscontent/styles/_content.scss

@@ -230,6 +230,12 @@ }

} +table#timeline, table#taglist { + th, tr, td { + border: none; + } +} + /* Glyph Book */ section.glyph-book > nav {