working on redoing home nave and what not
This commit is contained in:
parent
1ed3dbd19e
commit
bddc001298
2 changed files with 5 additions and 6 deletions
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
|
@ -24,13 +24,12 @@
|
|||
<body>
|
||||
<!-- originally handled dark v light via js but decided it would be better to just do it all in css and have no toggle 8a7917a0cd34bd7637d9a9a8ad327e4b847cdeed is the last commit where I had the system setup -->
|
||||
<header id="header">
|
||||
<a class="nav-link" rel="prefetch" href="/">Home</a>
|
||||
<a class="nav-link" rel="prefetch" href="/posts/">All Posts</a>
|
||||
<a class="nav-link" href="/links/">Other places I'm at</a>
|
||||
<a class="icon" rel="prefetch" href="/"><object class="icon svg" data="/static/images/house.svg"
|
||||
alt="home"></object></a>
|
||||
<div class="back-shover"></div>
|
||||
<a class="icon" href="/index.xml"> <object width="100" height="100" class="icon svg"
|
||||
data="/static/images/rss.svg">atom/rss/web
|
||||
feed</object></a>
|
||||
<a class="icon" href="/index.xml"> <object class="icon svg" data="/static/images/rss.svg"
|
||||
alt="web feed"></object>
|
||||
</a>
|
||||
</header>
|
||||
<div id="content-outer">
|
||||
<div id="content">
|
||||
|
|
Loading…
Reference in a new issue