Add wiki link to navbar

This commit is contained in:
Frankie B 2023-07-13 00:06:44 +01:00
parent c96e27b8d2
commit 74c48d7bb6
2 changed files with 3 additions and 2 deletions

View file

@ -17,7 +17,7 @@
*/ */
'name' => env('APP_NAME', 'diskfloppy.me'), 'name' => env('APP_NAME', 'diskfloppy.me'),
'version' => '5.4.1', 'version' => '5.4.2',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------

View file

@ -1,7 +1,8 @@
<nav> <nav>
<div> <div>
<a href="/">home</a> | <a href="/">home</a> |
<a href="//git.diskfloppy.me/">cgit</a> | <a href="//git.diskfloppy.me/">cgit</a> |
<a href="//wiki.diskfloppy.me/">wiki</a> |
<a href="/projects/">projects</a> | <a href="/projects/">projects</a> |
<a href="/calculators/">calculators</a> | <a href="/calculators/">calculators</a> |
<a href="/computers/">computers</a> | <a href="/computers/">computers</a> |