26 lines
531 B
Plaintext
26 lines
531 B
Plaintext
%article
|
|
|
|
%header
|
|
|
|
%aside
|
|
<img src="http://www.gravatar.com/avatar/199574623fb5c99b721233fb31bee19f.png" class="avatar avatar-50 photo" >
|
|
|
|
%p
|
|
Article de
|
|
%strong
|
|
|
|
Nicolas Bally
|
|
|
|
|
|
%time.updated{:datetime => Time.now, :pubdate => true}
|
|
publié
|
|
="le "+l(article.published_at, :format => :human_date)
|
|
|
|
|
|
%h1=link_to article.title, article_path(:slug => article.slug), :title => "blog conseil en image : "+article.title.to_s
|
|
|
|
%h2= article.description
|
|
|
|
=render article.block
|
|
|