diff options
-rw-r--r-- | config/app.php | 2 | ||||
-rw-r--r-- | resources/views/includes/header.blade.php | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/config/app.php b/config/app.php index c27f3bb..048507e 100644 --- a/config/app.php +++ b/config/app.php @@ -17,7 +17,7 @@ return [ */ 'name' => env('APP_NAME', 'diskfloppy.me'), - 'version' => '5.4.1', + 'version' => '5.4.2', /* |-------------------------------------------------------------------------- diff --git a/resources/views/includes/header.blade.php b/resources/views/includes/header.blade.php index 6f966d1..2951003 100644 --- a/resources/views/includes/header.blade.php +++ b/resources/views/includes/header.blade.php @@ -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> | |