add link to tilde site
This commit is contained in:
parent
6982673a41
commit
6d52b4dc19
@ -144,7 +144,7 @@ If the database just started, give it 30 or so seconds and issue `./manage resta
|
|||||||
# To-Do
|
# To-Do
|
||||||
- [ ] Implement PGP message verification
|
- [ ] Implement PGP message verification
|
||||||
- [ ] Improve `manage` handling of waiting for database to start (switch from predefined number of seconds)
|
- [ ] Improve `manage` handling of waiting for database to start (switch from predefined number of seconds)
|
||||||
- [ ] Add menu link to tilde website
|
- [X] Add menu link to tilde website
|
||||||
- [X] Add database support
|
- [X] Add database support
|
||||||
- [X] Add view counter
|
- [X] Add view counter
|
||||||
- [X] Update projects page to latest information
|
- [X] Update projects page to latest information
|
||||||
|
@ -69,6 +69,7 @@
|
|||||||
<a href="/" class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-slate-200 hover:bg-gray-50">Home</a>
|
<a href="/" class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-slate-200 hover:bg-gray-50">Home</a>
|
||||||
<a href="/about" class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-slate-200 hover:bg-gray-50">About</a>
|
<a href="/about" class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-slate-200 hover:bg-gray-50">About</a>
|
||||||
<a href="https://blog.aidxn.fun" class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-slate-200 hover:bg-gray-50">Blog</a>
|
<a href="https://blog.aidxn.fun" class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-slate-200 hover:bg-gray-50">Blog</a>
|
||||||
|
<a href="https://tilde.club/~lxu" class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-slate-200 hover:bg-gray-50">Tilde</a>
|
||||||
<a href="/contact" class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-slate-200 hover:bg-gray-50">Contact</a>
|
<a href="/contact" class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-slate-200 hover:bg-gray-50">Contact</a>
|
||||||
<a href="/verify" class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-slate-200 hover:bg-gray-50">Verify Message</a>
|
<a href="/verify" class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-slate-200 hover:bg-gray-50">Verify Message</a>
|
||||||
<a href="/status" class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-slate-200 hover:bg-gray-50">Status</a>
|
<a href="/status" class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-slate-200 hover:bg-gray-50">Status</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user