diff options
| author | Priyansh <[email protected]> | 2021-07-05 19:58:34 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2021-07-05 19:58:34 +0530 |
| commit | 46ffbe483b27d7e55179799bd6b10b8f6ac5baca (patch) | |
| tree | 21fdadd055c3be7d3bd35c2a247ef4c8c2b6838b | |
| parent | ff34bf5205d9edd7c1678169380eb20dc943e167 (diff) | |
| download | luciferreeves.github.io-46ffbe483b27d7e55179799bd6b10b8f6ac5baca.tar.xz luciferreeves.github.io-46ffbe483b27d7e55179799bd6b10b8f6ac5baca.zip | |
Changed Navigation to include Github Profile
| -rw-r--r-- | _includes/navigation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/navigation.html b/_includes/navigation.html index ff1cd1b..119434e 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -5,7 +5,7 @@ </a> <ul> <li><a href="{{ site.baseurl }}/">Posts</a></li> - <li><a href="{{ '/about' | prepend: site.baseurl }}">About</a></li> + <li><a href="{{ 'https://github.com/luciferreeves' }}">Github Profile</a></li> </ul> </div> </nav>
\ No newline at end of file |
