news and updates for blog
This commit is contained in:
@@ -315,9 +315,9 @@ $router->get('/manage/{uuid}', function ($uuid) {
|
|||||||
include 'views/common/footer.php';
|
include 'views/common/footer.php';
|
||||||
});
|
});
|
||||||
|
|
||||||
$router->get('/blog/{title}', function ($title) {
|
$router->get('/blog', function () {
|
||||||
include 'views/common/head.php';
|
include 'views/common/head.php';
|
||||||
include 'views/blog/' . $title . '.php';
|
include 'views/blog.php';
|
||||||
include 'views/common/footer.php';
|
include 'views/common/footer.php';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
11
views/blog.php
Normal file
11
views/blog.php
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-12 mb-12 text-center">
|
||||||
|
<h3>News and Updates</h3>
|
||||||
|
<a href="/assets/dinner-in-the-woods-is-only-5-weeks-away.pdf">Dinner in the Woods is Only 5 Weeks Away!</a>
|
||||||
|
</div>
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
|
</div>
|
||||||
Reference in New Issue
Block a user