diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-03-09 09:33:17 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-03-09 09:33:17 +0700 |
commit | b03c056bcfac360d0f8be1321c576e65d2466757 (patch) | |
tree | 9145a1359ac4be3a5b819289c05457e0d0839d52 /_layout/header.html | |
parent | 818a0bd6f1b3305351d482eeab4e9e64c2af3a18 (diff) | |
download | site-b03c056bcfac360d0f8be1321c576e65d2466757.tar.gz |
Clean up styling, again
Diffstat (limited to '_layout/header.html')
-rw-r--r-- | _layout/header.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/_layout/header.html b/_layout/header.html index b7d28cf..cb80632 100644 --- a/_layout/header.html +++ b/_layout/header.html @@ -5,6 +5,5 @@ <li><a href=/works>Portfolio</a></li> <li><a href=/blog>Blog</a></li> </ul> - <img src=/assets/hamburger.svg id=menu-icon> </nav> </header> |