mirror of
https://git.kittycat.homes/zoe/hugo-batsite.git
synced 2024-08-15 03:18:24 +00:00
finish most of the colorswitch thigns
This commit is contained in:
parent
82d2cd2caf
commit
edc13f82d5
18 changed files with 264 additions and 85 deletions
|
@ -33,18 +33,22 @@
|
|||
</aside>
|
||||
|
||||
</div><footer>
|
||||
<div id="footer-center">
|
||||
<nav id="footer-nav">
|
||||
|
||||
|
||||
<a class="sidebar-nav-item" href="/about" title="">about</a>
|
||||
<a class="footer-nav-item" href="/" title=""> home</a>
|
||||
|
||||
<a class="sidebar-nav-item" href="/dir1/" title="Dir1s">Dir1s</a>
|
||||
<a class="footer-nav-item" href="/about/" title="About"> about</a>
|
||||
|
||||
<a class="sidebar-nav-item" href="/" title="">home</a>
|
||||
|
||||
<a class="sidebar-nav-item active" href="/posts/" title="Posts">Posts</a>
|
||||
<a class="footer-nav-item" href="/links/" title="Links"> links</a>
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
<div id="footer-right">
|
||||
<input type="checkbox" id="darkmode-toggle">
|
||||
</div>
|
||||
</footer>
|
||||
<script src="/js/darkmode.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -33,18 +33,22 @@
|
|||
</aside>
|
||||
|
||||
</div><footer>
|
||||
<div id="footer-center">
|
||||
<nav id="footer-nav">
|
||||
|
||||
|
||||
<a class="sidebar-nav-item" href="/about" title="">about</a>
|
||||
<a class="footer-nav-item" href="/" title=""> home</a>
|
||||
|
||||
<a class="sidebar-nav-item" href="/dir1/" title="Dir1s">Dir1s</a>
|
||||
<a class="footer-nav-item" href="/about/" title="About"> about</a>
|
||||
|
||||
<a class="sidebar-nav-item" href="/" title="">home</a>
|
||||
|
||||
<a class="sidebar-nav-item active" href="/posts/" title="Posts">Posts</a>
|
||||
<a class="footer-nav-item" href="/links/" title="Links"> links</a>
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
<div id="footer-right">
|
||||
<input type="checkbox" id="darkmode-toggle">
|
||||
</div>
|
||||
</footer>
|
||||
<script src="/js/darkmode.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -21,29 +21,33 @@
|
|||
|
||||
|
||||
<li>
|
||||
<a href="http://example.org/posts/aeiuo/">2022-04-09 | Aeiuo</a>
|
||||
<a href="http://example.org/posts/aeiuo/">Aeiuo</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="http://example.org/posts/example/">2022-04-09 | Example</a>
|
||||
<a href="http://example.org/posts/example/">Example</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</main>
|
||||
|
||||
</div><footer>
|
||||
<div id="footer-center">
|
||||
<nav id="footer-nav">
|
||||
|
||||
|
||||
<a class="sidebar-nav-item" href="/about" title="">about</a>
|
||||
<a class="footer-nav-item" href="/" title=""> home</a>
|
||||
|
||||
<a class="sidebar-nav-item" href="/dir1/" title="Dir1s">Dir1s</a>
|
||||
<a class="footer-nav-item" href="/about/" title="About"> about</a>
|
||||
|
||||
<a class="sidebar-nav-item" href="/" title="">home</a>
|
||||
|
||||
<a class="sidebar-nav-item active" href="/posts/" title="Posts">Posts</a>
|
||||
<a class="footer-nav-item" href="/links/" title="Links"> links</a>
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
<div id="footer-right">
|
||||
<input type="checkbox" id="darkmode-toggle">
|
||||
</div>
|
||||
</footer>
|
||||
<script src="/js/darkmode.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue