aboutsummaryrefslogtreecommitdiff
path: root/resources/views/includes
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2023-06-14 22:14:04 +0100
committerFrankie B <frankieraybrown@gmail.com>2023-06-14 22:15:44 +0100
commitcf2c13fa26e33200b007f0eeebb17f3e9311650d (patch)
tree291cec375ea07c42416d3178eedcb6ffd05f2a55 /resources/views/includes
parent160c8a5d50a6372bf4652ec977388178615847a8 (diff)
Added homepage link to nav
Diffstat (limited to 'resources/views/includes')
-rw-r--r--resources/views/includes/header.blade.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/views/includes/header.blade.php b/resources/views/includes/header.blade.php
index aeb6e01..605ea3c 100644
--- a/resources/views/includes/header.blade.php
+++ b/resources/views/includes/header.blade.php
@@ -1,5 +1,6 @@
<nav>
<div>
+ <a href="/">home</a> |
<a href="//git.diskfloppy.me/">git</a> |
<a href="/projects/">projects</a> |
<a href="https://github.com/floppydisk05?tab=repositories">repos</a> |