Compare commits
20 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e5bfcdfe3f | |||
| e1f4021ed5 | |||
| c806dfff6c | |||
| 000465079b | |||
| 97280e2d7c | |||
| 25edd56306 | |||
| e776f09b0f | |||
| c0dc079a71 | |||
| 0a5807e62e | |||
| f60a1940ac | |||
| 7351e28bcd | |||
| 74afee8f5b | |||
| 5f417b433e | |||
| 39d6f469cb | |||
| 78f658241c | |||
| 4622e730c1 | |||
| e6ba705862 | |||
| cfd81884db | |||
| 8c75448836 | |||
| f5afca83d2 |
+1
-1
@@ -1,3 +1,3 @@
|
||||
Flask==3.1.1
|
||||
gunicorn
|
||||
htmlmin
|
||||
htmlmin2
|
||||
|
||||
@@ -12,7 +12,7 @@ pkgs.mkShell {
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
if [ ! -d "venv" ]; then
|
||||
if [ ! -d ".venv" ]; then
|
||||
python -m venv .venv
|
||||
fi
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -59,4 +59,10 @@
|
||||
) | 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