projects
/
coquelicot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44f79ae
)
mention Coquelicot version in a meta generator header
author
Lunar
<lunar@anargeek.net>
Wed, 13 Mar 2013 15:02:11 +0000
(16:02 +0100)
committer
Lunar
<lunar@anargeek.net>
Thu, 14 Mar 2013 10:44:12 +0000
(11:44 +0100)
views/layout.haml
patch
|
blob
|
history
diff --git
a/views/layout.haml
b/views/layout.haml
index
88271e2
..
e3cbbfe
100644
(file)
--- a/
views/layout.haml
+++ b/
views/layout.haml
@@
-22,6
+22,7
@@
%head
%title Coquelicot
%meta{ :"http-equiv" => "Content-Type", :content => "text/html; charset=UTF-8" }
+ %meta{ :name => 'generator', :content => "Coquelicot #{Coquelicot::VERSION}" }
%base{ :href => uri('/') }
%link{ :rel => 'stylesheet', :href => "style.css", :type => 'text/css',
:media => "screen, projection" }