tmpl: populate navbar's about link [skip ci]
This commit is contained in:
parent
247c95f753
commit
dcb3dfdecc
@ -44,7 +44,10 @@
|
|||||||
</li>
|
</li>
|
||||||
{{end}}
|
{{end}}
|
||||||
<li>
|
<li>
|
||||||
<a href="#" class="block py-2 pl-3 pr-4 text-gray-900 rounded hover:bg-gray-300 md:hover:bg-transparent md:border-0 md:hover:text-blue-500 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent">About</a>
|
<a href="https://git.dotya.ml/mirre-mt/masters-thesis/" target="_blank" rel="noopener"
|
||||||
|
class="block py-2 pl-3 pr-4 text-gray-900 rounded hover:bg-gray-300 md:hover:bg-transparent md:border-0 md:hover:text-blue-500 md:p-0 dark:text-white md:dark:hover:text-blue-500 dark:hover:bg-gray-700 dark:hover:text-white md:dark:hover:bg-transparent">
|
||||||
|
About
|
||||||
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{{ if and .Data .Data.RegistrationAllowed }}
|
{{ if and .Data .Data.RegistrationAllowed }}
|
||||||
{{ if or (not .User) (and .User (not .User.IsLoggedIn)) }}
|
{{ if or (not .User) (and .User (not .User.IsLoggedIn)) }}
|
||||||
|
Loading…
Reference in New Issue
Block a user