Ceci est une ancienne révision du document !


<heading d1 text-align=“center” spacing=“mb-3”> Informations </heading>

<iterator>

  <data>select where word_count > 3  and path like '%news:%' order by date_modified desc limit 8</data>
  <masonry>
      <template>
          <card clickable>
          <page-image path="$path" ratio="16:9"/>
          === $title ===
          <itext color="muted"><date format="%h %d - %H:%M">$date_modified</date></itext>
          $description [[$path| ]]
          </card>
      </template>
  </masonry>

</iterator>

<iterator>

  <data>select where word_count > 3 and path like '%news:%'  order by date_modified desc limit 100</data>
  <masonry>
      <template>
        * [[$path| $title]] - <itext color="muted"><date format="%d %h %Y - %H:%M">$date_modified</date></itext>
      </template>
  </masonry>
  

</iterator>

Modifier cette page
Haut de page