aboutsummaryrefslogtreecommitdiff
path: root/resources/views
diff options
context:
space:
mode:
authorFrankie B <floppydisk05@aol.com>2023-07-13 00:06:44 +0100
committerFrankie B <floppydisk05@aol.com>2023-07-14 01:13:50 +0100
commit0f8bfd33cb44332bb2fea41a7b675400cab6f542 (patch)
tree4d5694c49e12fb4b3ac7cffcf0610be55cc2b7fb /resources/views
parentbd626fccd6babb811db0a2bce886c569eeb3e012 (diff)
Add wiki link to navbar
Diffstat (limited to 'resources/views')
-rw-r--r--resources/views/includes/header.blade.php3
1 files changed, 2 insertions, 1 deletions
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> |