Add otoring
Docker Build and Push / build-and-push (push) Successful in 1m4s

This commit is contained in:
2026-01-13 16:09:25 +03:00
parent e1f4021ed5
commit e5bfcdfe3f
2 changed files with 17 additions and 0 deletions
+11
View File
@@ -194,6 +194,17 @@ footer {
border-radius: .2em;
}
.webring {
margin-top: 1rem;
display: flex;
justify-content: center;
a {
padding: .5rem 1rem;
margin: .1rem !important;
border-radius: 0;
}
}
::-webkit-scrollbar {
width: .5rem;
+6
View File
@@ -59,4 +59,10 @@
) | safe
}}
</div>
<div class="webring">
<a class="block" href="https://webring.otomir23.me/lair/prev">&lt;</a>
<a class="block" href="https://webring.otomir23.me/">Otoring</a>
<a class="block" href="https://webring.otomir23.me/lair/next">&gt;</a>
</div>
{% endblock %}