|
|
|
@@ -3,7 +3,10 @@ |
|
|
|
|
|
|
|
<footer class="border-top py-3 mt-auto"> |
|
|
|
<div class="container"> |
|
|
|
<p class="text-muted small mb-0">© <%= Year(Now()) %> BrainOrdure</p> |
|
|
|
<div class="d-flex flex-column flex-md-row justify-content-between gap-2 align-items-md-center"> |
|
|
|
<p class="text-muted small mb-0">© <%= Year(Now()) %> BrainOrdure</p> |
|
|
|
<p class="text-muted small mb-0">Thoughtful posts. Clear categories. Reader comments.</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</footer> |
|
|
|
|
|
|
|
|