Fix Projects Dropdown
This commit is contained in:
parent
8f72fe33c5
commit
fd5f7069d2
4 changed files with 12 additions and 1 deletions
|
@ -98,6 +98,10 @@
|
|||
Blog
|
||||
</a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link" href="https://limepot.xyz/projects">
|
||||
Projects
|
||||
</a>
|
||||
<div cla
|
||||
<a class="navbar-item" href="https://github.com/LimePotato">
|
||||
Github
|
||||
</a>
|
||||
|
|
|
@ -31,6 +31,10 @@
|
|||
Blog
|
||||
</a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link" href="https://limepot.xyz/projects">
|
||||
Projects
|
||||
</a>
|
||||
<div cla
|
||||
<a class="navbar-item" href="https://github.com/LimePotato">
|
||||
Github
|
||||
</a>
|
||||
|
|
|
@ -29,6 +29,10 @@
|
|||
Blog
|
||||
</a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link" href="https://limepot.xyz/projects">
|
||||
Projects
|
||||
</a>
|
||||
<div cla
|
||||
<a class="navbar-item" href="https://github.com/LimePotato">
|
||||
Github
|
||||
</a>
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Refresh" content="0; url='https://github.com/LimePotato'"/>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel = "icon" href = "assets/branding/self-portrait.png">
|
||||
|
|
Loading…
Reference in a new issue