diff options
Diffstat (limited to 'src/view/templates/blog.php')
-rw-r--r-- | src/view/templates/blog.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/templates/blog.php b/src/view/templates/blog.php index e2066c8..dfb65b5 100644 --- a/src/view/templates/blog.php +++ b/src/view/templates/blog.php | |||
@@ -1,3 +1,4 @@ | |||
1 | <?php declare(strict_types=1); ?> | ||
1 | <section class="blog" id="<?= $this->id_node ?>"> | 2 | <section class="blog" id="<?= $this->id_node ?>"> |
2 | <h3><?= $title ?></h3> | 3 | <h3><?= $title ?></h3> |
3 | <?= $new_article ?> | 4 | <?= $new_article ?> |