Add tor and retro links in the sidebar
This commit is contained in:
parent
bf78d1254e
commit
054310a498
3 changed files with 14 additions and 8 deletions
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"commissions": true,
|
||||
"featured": [
|
||||
"mountains",
|
||||
"sketchmarch2",
|
||||
"gamingforone"
|
||||
"sanae",
|
||||
"mel",
|
||||
"katie"
|
||||
],
|
||||
"new-banner": "",
|
||||
"commissions": true
|
||||
"new-banner": ""
|
||||
}
|
||||
|
|
|
@ -397,7 +397,6 @@ pre {
|
|||
}
|
||||
|
||||
.nice-list {
|
||||
border-top: 1px solid var(--border-color);
|
||||
display: inline;
|
||||
list-style: none;
|
||||
margin-bottom: 0;
|
||||
|
|
|
@ -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>
|
||||
</div>
|
||||
{{ 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>
|
||||
</nav>
|
||||
|
|
Loading…
Add table
Reference in a new issue