podcast update

This commit is contained in:
2015-01-08 18:50:08 -06:00
parent ae374cadce
commit ada4d7688b
6 changed files with 57 additions and 47 deletions

View File

@ -7,7 +7,10 @@
.col-sm-9#main{:role => "main"}
= yield
.post_footer
%p published around #{current_article.date.strftime('%m/%d/%Y')}
%p
published around #{current_article.date.strftime('%m/%d/%Y')}
- if current_article.data.edited
· last edited around #{current_article.data.edited.strftime('%m/%d/%Y')}
.col-sm-3
= partial 'shared/blog_list'