Add tor and retro links in the sidebar

This commit is contained in:
Joshua Goins 2023-09-04 08:11:58 -04:00
parent bf78d1254e
commit 054310a498
3 changed files with 14 additions and 8 deletions

View file

@ -1,9 +1,9 @@
{ {
"commissions": true,
"featured": [ "featured": [
"mountains", "sanae",
"sketchmarch2", "mel",
"gamingforone" "katie"
], ],
"new-banner": "", "new-banner": ""
"commissions": true
} }

View file

@ -397,7 +397,6 @@ pre {
} }
.nice-list { .nice-list {
border-top: 1px solid var(--border-color);
display: inline; display: inline;
list-style: none; list-style: none;
margin-bottom: 0; margin-bottom: 0;

View file

@ -8,5 +8,12 @@
<a href="{{ .URL }}">{{ .Name }}{{ if strings.HasPrefix .URL "http" }}<img class="external-link" aria-hidden="true" alt="External link" width="16" height="16" src="{{ $icon.RelPermalink }}">{{- end -}}</a> <a href="{{ .URL }}">{{ .Name }}{{ if strings.HasPrefix .URL "http" }}<img class="external-link" aria-hidden="true" alt="External link" width="16" height="16" src="{{ $icon.RelPermalink }}">{{- end -}}</a>
</div> </div>
{{ end }} {{ end }}
<hr>
<ul class="nice-list">
<li><a href="http://pux5gj5lnd6x4ztapmrqvvkihcfiq2lkz56yhalmvvskja6eqwdunwyd.onion/">Tor</a></li>
<li><a href="http://retro.redstrate.com/">Retro</a></li>
</ul>
</details> </details>
</nav> </nav>