13 lines
402 B
Plaintext
13 lines
402 B
Plaintext
- content_for :head do
|
|
-# Blog Title#{' - ' + current_article.title unless current_article.nil?}
|
|
= feed_tag :atom, "#{blog.options.prefix.to_s}/feed.xml", title: "Atom Feed"
|
|
|
|
= wrap_layout :layout do
|
|
.row
|
|
.col-sm-9#main{:role => "main"}
|
|
= yield
|
|
.post_footer
|
|
%p published around #{current_article.date.strftime('%m/%d/%Y')}
|
|
.col-sm-3
|
|
= partial 'shared/blog_list'
|