mirror of
https://gitlab.com/EternalWanderer/vugo.git
synced 2025-06-08 06:14:26 +02:00
Cleanup and moved some site specific stuff to site
This commit is contained in:
parent
d941df36e7
commit
4de188c7d9
14 changed files with 60 additions and 73 deletions
|
@ -1,6 +1,6 @@
|
|||
<footer>
|
||||
<div class="mirror">
|
||||
<a rel="rss" href="/index.xml">[rss]</a>
|
||||
[<a rel="rss" href="/index.xml">rss</a>]
|
||||
[<a href="http://fxawfamgojpoxxgzmmjiro4wx4eycempujmryk6miz4a64ljl6sz7dqd.onion">onion</a>|<a href="http://lmwr2pugnmv4pkkxlneeepi4oysfly33zfuj7x25s6hfydysnpfq.b32.i2p">i2p</a>|<a href="http://[201:e2aa:7c70:666b:9a28:6406:be7f:bf0d]">yggdrasil</a>]
|
||||
<a rel="lisence" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="CC BY-SA 4.0" src="/stickers/cc4.png"></a>
|
||||
</div>
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
<nav class="menu">
|
||||
<a href="/">home </a>
|
||||
<menu>
|
||||
<a href="/">home<br/></a>
|
||||
{{ range $.Site.Menus.main }}
|
||||
{{ if not .HasChildren }}
|
||||
<a href="{{ .URL }}">{{ .Name }} </a>
|
||||
<a href="{{ .URL }}">{{ .Name }}<br/></a>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
<hr />
|
||||
{{ range $.Site.Menus.services }}
|
||||
{{ if not .HasChildren }}
|
||||
<a href="{{ .URL }}">{{ .Name }} </a>
|
||||
<a href="{{ .URL }}">{{ .Name }}<br/></a>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</nav>
|
||||
</menu>
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
<div class="stickers">
|
||||
<a target="_blank" href="https://blackgnu.net/on-blockchain.html" ><img alt="Web 3 is a scam" src="/stickers/notoweb3.gif" /></a>
|
||||
<a target="_blank" href="https://gemini.circumlunar.space/" ><img alt="Fuck Chromium" src="/stickers/same-shit-different-asshole_banner.gif" /></a>
|
||||
<a target="_blank" href="https://www.vim.org" ><img alt="I ♡ vim" src="/stickers/edited-with-vim_banner.gif" /></a>
|
||||
<a target="_blank" href="https://yewtu.be/watch?v=TdkdR92a7dU"><img alt="Nazi punks, fuck off!" src="/stickers/nonazis.png"></a>
|
||||
<a target="_blank" href="https://wiby.me"><img alt="Wiby is great" src="/stickers/wiby.gif"></a>
|
||||
<a target="_blank" href="https://anybrowser.org/campaign/"><img alt="Viewable in any browser" src="/stickers/4nobody.gif"></a>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue