Put the config name as title in layouts. fix #773
This commit is contained in:
parent
2034c0f965
commit
f3f40822b0
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
%head
|
||||
%meta{:charset => "utf-8"}
|
||||
%meta{:name => "viewport", :content => "width=device-width, initial-scale=1, maximum-scale=1"}
|
||||
%title= content_for?(:title) ? yield(:title) : "OSEM"
|
||||
%title= content_for?(:title) ? yield(:title) : CONFIG['name']
|
||||
%meta{:content => "", :name => "description"}
|
||||
%meta{:content => "", :name => "author"}
|
||||
= stylesheet_link_tag "application", :media => "all"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue