18 lines
462 B
Plaintext
18 lines
462 B
Plaintext
-@menu_shadow = true
|
|
-@title = qit "SEO titre blog", "Articles du blog"
|
|
|
|
-@img_url = "/fond-default.jpg"
|
|
-@facebook_img = @img_url
|
|
-@article = true
|
|
-@title = "Blog"
|
|
#actus
|
|
|
|
.center
|
|
|
|
#left_actus
|
|
|
|
-@articles = Article.before(Time.now).recents.joins(:lang_articles).where("lang_articles.enabled = 1 and lang_articles.lang_site_id = ?", @lang.id)
|
|
=render @articles
|
|
|
|
#right_actus
|
|
=render :partial => "public/articles/sidebar" |