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 | 74c48d7bb65b20c65b207463b5f8fa420849206f (patch) | |
tree | 4d5694c49e12fb4b3ac7cffcf0610be55cc2b7fb | |
parent | c96e27b8d2ab9ec835e5e5ae9a42dbcd7da24816 (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> | |