Browse Source

#2 : recadrer les images aux proportions du thème original + utiliser #LOGO_ARTICLE_RUBRIQUE au lieu de #LOGO_ARTICLE pour plus de chance d'avoir un visuel (vu que la maquette repose quand même pas mal dessus)

master
jeanmarie 1 year ago
parent
commit
0cd56ba620
  1. 2
      inclure/resume/article.html
  2. 2
      inclure/resume/rubrique.html

2
inclure/resume/article.html

@ -4,7 +4,7 @@
[<span class="date">(#DATE|affdate)</span>]
<h2><a href="#URL_ARTICLE">#TITRE</a></h2>
</header>
[<a href="#URL_ARTICLE" class="image fit">(#LOGO_ARTICLE|image_reduire{1200,*}|vider_attribut{class})</a>]
[<a href="#URL_ARTICLE" class="image fit">(#LOGO_ARTICLE_RUBRIQUE|image_recadre{500:310, -, focus}|image_reduire{650,*}|vider_attribut{class})</a>]
[<div class="introduction">(#INTRODUCTION|couper{160})</div>]
<a href="#URL_ARTICLE" class="button"><:massively:lire_la_suite:></a>
</article>

2
inclure/resume/rubrique.html

@ -4,7 +4,7 @@
[<span class="date">(#DATE|affdate)</span>]
<h2><a href="#URL_RUBRIQUE">#TITRE</a></h2>
</header>
[<a href="#URL_RUBRIQUE" class="image fit">(#LOGO_RUBRIQUE|image_reduire{1200,*}|vider_attribut{class})</a>]
[<a href="#URL_RUBRIQUE" class="image fit">(#LOGO_RUBRIQUE|image_recadre{500:310, -, focus}|image_reduire{650,*}|vider_attribut{class})</a>]
[<div class="introduction">(#INTRODUCTION|couper{160})</div>]
<a href="#URL_RUBRIQUE" class="button"><:massively:lire_la_suite:></a>
</article>

Loading…
Cancel
Save