diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-03-28 15:20:56 -0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-03-28 15:20:56 -0400 |
| commit | 82075a664e181c0a6a064ad7767d43d294db580a (patch) | |
| tree | 87601bd80e9fdd62a6d29d92fb5fa6be7677e643 /templates | |
| parent | 1b9187b1534992c0235dad064238b2d836489ca8 (diff) | |
| download | omnisearch-82075a664e181c0a6a064ad7767d43d294db580a.tar.gz | |
fix: pagination on images page looked improper
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/images.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/images.html b/templates/images.html index b20eb04..f04867b 100644 --- a/templates/images.html +++ b/templates/images.html @@ -76,7 +76,7 @@ </a> {{endif}} - <a class="pagination-current" href="/images?q={{query}}&p={{page}}"> + <a class="pagination-btn pagination-current" href="/images?q={{query}}&p={{page}}"> {{page}} </a> <a class="pagination-btn next" href="/images?q={{query}}&p={{next_page}}"> |
