🐛 | Restore les preview en liste dans les categories, tag & recherche
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
parent
affba305bc
commit
6bce7a9127
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
echo $category->name();
|
echo $category->name();
|
||||||
?>
|
?>
|
||||||
</h1>
|
</h1>
|
||||||
<div class="previews-section preview-grid">
|
<div class="previews-section preview-list">
|
||||||
<?php foreach ($content as $page) : ?>
|
<?php foreach ($content as $page) : ?>
|
||||||
<?php if ($page->type() != "sticky") : ?>
|
<?php if ($page->type() != "sticky") : ?>
|
||||||
<div class="h-entry">
|
<div class="h-entry">
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
echo "Recherche pour « " . $title[1] . " »";
|
echo "Recherche pour « " . $title[1] . " »";
|
||||||
?>
|
?>
|
||||||
</h1>
|
</h1>
|
||||||
<div class="previews-section preview-grid">
|
<div class="previews-section preview-list">
|
||||||
<?php foreach ($content as $page) : ?>
|
<?php foreach ($content as $page) : ?>
|
||||||
<?php if ($page->type() != "sticky") : ?>
|
<?php if ($page->type() != "sticky") : ?>
|
||||||
<div class="h-entry">
|
<div class="h-entry">
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
echo "Article avec le tag « " . $tag->name() . " »";
|
echo "Article avec le tag « " . $tag->name() . " »";
|
||||||
?>
|
?>
|
||||||
</h1>
|
</h1>
|
||||||
<div class="previews-section preview-grid">
|
<div class="previews-section preview-list">
|
||||||
<?php foreach ($content as $page) : ?>
|
<?php foreach ($content as $page) : ?>
|
||||||
<?php if ($page->type() != "sticky") : ?>
|
<?php if ($page->type() != "sticky") : ?>
|
||||||
<div class="h-entry">
|
<div class="h-entry">
|
||||||
|
|
Loading…
Reference in a new issue