33 lines
1.1 KiB
Plaintext
33 lines
1.1 KiB
Plaintext
%article
|
|
|
|
|
|
.aside
|
|
%time.updated{:datetime => Time.now, :pubdate => true}
|
|
%div{:style => "padding-top:5px;"}
|
|
=l(article.published_at, :format => "%d")
|
|
%div
|
|
=l(article.published_at, :format => "%m")
|
|
|
|
.article_body
|
|
|
|
%h2.principal=link_to article.title, public_article_path(:id => article.slug)
|
|
|
|
%br
|
|
|
|
|
|
|
|
|
|
-if false
|
|
-if article.description
|
|
%p.desc
|
|
%strong
|
|
= article.description
|
|
|
|
|
|
|
|
=render article.block
|
|
|
|
.socials
|
|
=link_to image_tag("t.png"), "http://twitter.com/intent/tweet?source=sharethiscom&text=Blog de Geneviève Gagos : "+article.title+"&url="+public_article_path(:id => article.slug), :target => "_blank",:title => "partager sur twitter l'article du blog de Geneviève Gagos : "+article.title.to_s
|
|
=link_to image_tag("f.png"), "https://www.facebook.com/sharer.php?u="+public_article_path(:id => article.slug)+"&t=Blog de Geneviève Gagos : "+article.title+"", :target => "_blank",:title => "partager sur facebook l'article du blog de Geneviève Gagos : "+article.title.to_s
|
|
|