aboutsummaryrefslogtreecommitdiff
path: root/html.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2011-08-25 10:11:03 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2011-08-25 10:11:03 +0200
commitca08449c786c66a5bdf0971af6d1c32d67bab430 (patch)
tree1439b6235d3bb2e43049c067a36a27bf8dfa9513 /html.rb
parent4902522900eceb90f09445c82948f4cb7bf8df5d (diff)
add favicon in head
Diffstat (limited to 'html.rb')
-rw-r--r--html.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/html.rb b/html.rb
index f95b2b8..0593ec5 100644
--- a/html.rb
+++ b/html.rb
@@ -40,6 +40,7 @@ class HTML
<meta http-equiv="Content-Type" content="#{@header["type"]}; charset=#{@header["charset"]}" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<title>#{@title}</title>
+ <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
HEAD
@css = [@css[0]] + @css[1..-1].sort unless @css.empty?