Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cd1c50cbcb | |||
| c4d06e65ef | |||
| 24c7727191 | |||
| 5e0804f591 | |||
| 9df27855c4 | |||
| 92ffd3075f | |||
| 19530f563d | |||
| 1910b1508c | |||
| 4b6dd21b2b | |||
| f0e62807c2 | |||
| a9451dc54f | |||
| 3183c66c35 | |||
| af3310db46 | |||
| 9646eacbd1 | |||
| 0cba718699 | |||
| c0cdd1e618 | |||
| 2e20618641 | |||
| 5a2813b344 | |||
| 7eff9aa08f |
+1
-1
@@ -1,3 +1,3 @@
|
||||
Flask==3.1.1
|
||||
gunicorn
|
||||
htmlmin2
|
||||
htmlmin
|
||||
|
||||
@@ -12,7 +12,7 @@ pkgs.mkShell {
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
if [ ! -d ".venv" ]; then
|
||||
if [ ! -d "venv" ]; then
|
||||
python -m venv .venv
|
||||
fi
|
||||
|
||||
|
||||
@@ -194,17 +194,6 @@ 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;
|
||||
|
||||
@@ -59,10 +59,4 @@
|
||||
) | safe
|
||||
}}
|
||||
</div>
|
||||
|
||||
<div class="webring">
|
||||
<a class="block" href="https://webring.otomir23.me/lair/prev"><</a>
|
||||
<a class="block" href="https://webring.otomir23.me/">Otoring</a>
|
||||
<a class="block" href="https://webring.otomir23.me/lair/next">></a>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user