Compare commits

..

3 Commits

Author SHA1 Message Date
6684db5e82 sidebar open by default 2024-04-09 06:20:04 +12:00
1760f5a676 pagination arrows 2024-04-09 06:19:44 +12:00
8307aa1e42 show fork info 2024-04-09 06:19:00 +12:00
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
name = "redlib" name = "redlib"
description = " Alternative private front-end to Reddit" description = " Alternative private front-end to Reddit"
license = "AGPL-3.0" license = "AGPL-3.0"
repository = "https://github.com/redlib-org/redlib" repository = "https://git.stardust.wtf/Ayaka/redlib"
version = "0.31.2" version = "0.31.2"
authors = [ authors = [
"Matthew Esposito <matt+cargo@matthew.science>", "Matthew Esposito <matt+cargo@matthew.science>",

View File

@ -76,7 +76,7 @@
<a href="/info" title="View instance information">ⓘ View instance info</a> <a href="/info" title="View instance information">ⓘ View instance info</a>
</div> </div>
<div class="footer-button"> <div class="footer-button">
<a href="https://github.com/redlib-org/redlib" title="View code on GitHub">&lt;&gt; Code</a> <a href="https://git.stardust.wtf/Ayaka/redlib" title="View code on git.stardust.wtf">&lt;&gt; Code</a>
</div> </div>
</footer> </footer>
{% endblock %} {% endblock %}

View File

@ -73,11 +73,11 @@
<footer> <footer>
{% if !ends.0.is_empty() %} {% if !ends.0.is_empty() %}
<a href="?sort={{ sort.0 }}&t={{ sort.1 }}&before={{ ends.0 }}" accesskey="P">PREV</a> <a href="?sort={{ sort.0 }}&t={{ sort.1 }}&before={{ ends.0 }}" accesskey="P"> PREV</a>
{% endif %} {% endif %}
{% if !ends.1.is_empty() %} {% if !ends.1.is_empty() %}
<a href="?sort={{ sort.0 }}&t={{ sort.1 }}&after={{ ends.1 }}" accesskey="N">NEXT</a> <a href="?sort={{ sort.0 }}&t={{ sort.1 }}&after={{ ends.1 }}" accesskey="N">NEXT </a>
{% endif %} {% endif %}
</footer> </footer>
</div> </div>
@ -133,7 +133,7 @@
</div> </div>
</div> </div>
</details> </details>
<details class="panel" id="sidebar"> <details class="panel" id="sidebar" open>
<summary id="sidebar_label">Sidebar</summary> <summary id="sidebar_label">Sidebar</summary>
<div id="sidebar_contents"> <div id="sidebar_contents">
{{ sub.info|safe }} {{ sub.info|safe }}