🐛 (blogarticle) Show headline as h3 on homepage
All checks were successful
Deploy / deploy (push) Successful in 5s
All checks were successful
Deploy / deploy (push) Successful in 5s
This commit is contained in:
parent
cd1330bcbe
commit
88f8c6a9a6
3 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,10 @@
|
|||
<article>
|
||||
<?php if ($main): ?>
|
||||
<h2><a href="<?= $article->url() ?>"><?= $article->title() ?></a></h2>
|
||||
<?php else: ?>
|
||||
<h3><a href="<?= $article->url() ?>"><?= $article->title() ?></a></h3>
|
||||
<?php endif ?>
|
||||
|
||||
<p id="date"><?= $article->date()->toDate('Y-m-d') ?></p>
|
||||
<p>
|
||||
<div class="tagories">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue