Compare commits
2 Commits
25322baac2
...
5b1df11d02
| Author | SHA1 | Date | |
|---|---|---|---|
| 5b1df11d02 | |||
| 27d2c32426 |
@@ -29,12 +29,11 @@
|
||||
<div class="container fixed-bottom">
|
||||
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
|
||||
<div class="col-md-4 d-flex align-items-center">
|
||||
<span class="mb-3 mb-md-0 text-body-secondary">© 2024 Natsuki</span>
|
||||
<span class="mb-3 mb-md-0 text-body-secondary">© 2025 Natsuki</span>
|
||||
</div>
|
||||
|
||||
<ul class="nav col-md-4 justify-content-end">
|
||||
<li class="nav-item"><a href="/about" class="nav-link px-2 text-body-secondary">About</a></li>
|
||||
<li class="nav-item"><a href="/" class="nav-link px-2 text-body-secondary">Home</a>
|
||||
<li class="nav-item"><a href="/" class="nav-link px-2 text-body-secondary">Home</a>
|
||||
</ul>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
<div class="container fixed-bottom">
|
||||
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
|
||||
<div class="col-md-4 d-flex align-items-center">
|
||||
<span class="mb-3 mb-md-0 text-body-secondary">© 2024 Natsuki</span>
|
||||
<span class="mb-3 mb-md-0 text-body-secondary">© 2025 Natsuki</span>
|
||||
</div>
|
||||
|
||||
<ul class="nav col-md-4 justify-content-end">
|
||||
|
||||
Reference in New Issue
Block a user