Add wiki link to navbar
This commit is contained in:
parent
bd626fccd6
commit
0f8bfd33cb
2 changed files with 3 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
*/
|
||||
|
||||
'name' => env('APP_NAME', 'diskfloppy.me'),
|
||||
'version' => '5.4.1',
|
||||
'version' => '5.4.2',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
<nav>
|
||||
<div>
|
||||
<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="/calculators/">calculators</a> |
|
||||
<a href="/computers/">computers</a> |
|
||||
|
|
Loading…
Reference in a new issue