Исправлены ссылки navbar

This commit is contained in:
mrmur 2022-03-28 22:26:07 +05:00
parent 0fb42c89ae
commit 57ca54f921
2 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 958 KiB

View File

@ -16,7 +16,7 @@
<img src="static/img/MoonCcircl1.png" width="70" height="70">
</a>
<ul class="navbar-nav">
<a class="navbar-brand" href="/diary">
<a class="navbar-brand" href="#">
<h2 style="color:#56a3ff">Главная</h2>
</a>
</ul>
@ -26,12 +26,12 @@
</a>
</ul>
<ul class="navbar-nav">
<a class="navbar-brand" href="/diary">
<a class="navbar-brand" href="/publications">
<h2 style="color:#56a3ff">Публикации</h2>
</a>
</ul>
<ul class="navbar-nav">
<a class="navbar-brand" href="/diary">
<a class="navbar-brand" href="/about">
<h2 style="color:#56a3ff">О нас</h2>
</a>
</ul>