mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-12 01:40:53 +00:00
changed the way blog titles are constructed
This commit is contained in:
@ -19,7 +19,7 @@ google_analytics: true
|
|||||||
!!! 1.1 Transitional
|
!!! 1.1 Transitional
|
||||||
%html(xmlns="http://www.w3.org/1999/xhtml" xml:lang="en")
|
%html(xmlns="http://www.w3.org/1999/xhtml" xml:lang="en")
|
||||||
%head
|
%head
|
||||||
%title= "#{page.title} - #{page.blog_title}"
|
%title #{page.blog_title} :: #{page.title}
|
||||||
- if page.respond_to? :description
|
- if page.respond_to? :description
|
||||||
%meta(name="description" content="#{page.description}")/
|
%meta(name="description" content="#{page.description}")/
|
||||||
- if page.respond_to? :keywords
|
- if page.respond_to? :keywords
|
||||||
|
|||||||
Reference in New Issue
Block a user