From cf2c13fa26e33200b007f0eeebb17f3e9311650d Mon Sep 17 00:00:00 2001 From: Frankie B <git@diskfloppy.me> Date: Wed, 14 Jun 2023 22:14:04 +0100 Subject: Added homepage link to nav --- resources/views/includes/header.blade.php | 1 + 1 file changed, 1 insertion(+) (limited to 'resources') 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> | -- cgit v1.2.3-54-g00ecf