diff options
author | Frankie B <floppydisk05@aol.com> | 2023-07-13 00:06:44 +0100 |
---|---|---|
committer | Frankie B <floppydisk05@aol.com> | 2023-07-14 01:13:50 +0100 |
commit | 0f8bfd33cb44332bb2fea41a7b675400cab6f542 (patch) | |
tree | 4d5694c49e12fb4b3ac7cffcf0610be55cc2b7fb | |
parent | bd626fccd6babb811db0a2bce886c569eeb3e012 (diff) |
Add wiki link to navbar
-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> | |