add icon to search field
This commit is contained in:
parent
4a742b81ec
commit
4a310dcbbe
7 changed files with 57 additions and 12 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<?php snippet('cover', slots: true) ?>
|
||||
<?php slot('title') ?>
|
||||
<h1 class="main-title <?= setTitleFontSizeClass($page->title()) ?>"><?= $page->title() ?></h1>
|
||||
<p class="opacity-light">catégorie</p>
|
||||
<p class="light">catégorie</p>
|
||||
<?php endslot() ?>
|
||||
<?php endsnippet() ?>
|
||||
<div
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<?php slot('title') ?>
|
||||
<h2 class="main-title <?= setTitleFontSizeClass($page->title()) ?>"><?= $page->title() ?></h2>
|
||||
<p>
|
||||
<span class="opacity-light">par </span>
|
||||
<span class="light">par </span>
|
||||
<a
|
||||
class="author"
|
||||
href="/auteurs/<?= Str::slug($page->author()->toUser()->name()) ?>"
|
||||
|
|
@ -13,8 +13,8 @@
|
|||
>
|
||||
<?= $page->author()->toUser()->name() ?>
|
||||
</a><br>
|
||||
<span class="opacity-light">publié le </span><?= $page->published()->toDate('d/m/Y') ?>
|
||||
<span class="opacity-light">dans</span> <a href="/categories/<?= $page->category() ?>"><?= $page->category() ?></a>
|
||||
<span class="light">publié le </span><?= $page->published()->toDate('d/m/Y') ?>
|
||||
<span class="light">dans</span> <a href="/categories/<?= $page->category() ?>"><?= $page->category() ?></a>
|
||||
</p>
|
||||
<?php endslot() ?>
|
||||
<?php endsnippet() ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue