diff options
author | mayx | 2025-08-21 11:23:22 +0000 |
---|---|---|
committer | mayx | 2025-08-21 11:23:22 +0000 |
commit | 37ead9530786bb4c9fe03675dbb9625e94da65c1 (patch) | |
tree | 6424b56131516813c60c6fa45a158e7ec10c0ab4 | |
parent | fe29177bbd9d564a8eeab572495786b312f17db2 (diff) |
- /_data/proxylist.yml
- /index.html
-rw-r--r-- | _data/proxylist.yml | 1 | ||||
-rw-r--r-- | index.html | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/_data/proxylist.yml b/_data/proxylist.yml index 8507196..9599e1d 100644 --- a/_data/proxylist.yml +++ b/_data/proxylist.yml @@ -44,6 +44,7 @@ gits: - https://git.pixie.town/mayx/mayx - https://cgit.tilde.town/~mayx/blog - https://bitbucket.org/unmayx/mayx +- https://sourcecraft.dev/mayx/mayx - https://git.disroot.org/mayx/mayx - https://gitlab.haskell.org/mayx/mayx - https://repo2.serv00.com/git/pub/Mayx/mayx/ @@ -38,13 +38,13 @@ image: https://screenshot.mayx.eu.org/ {% if paginator.previous_page == 1 %} <a href="/index.html">« Prev</a> {% else %} - <a href="{{ paginator.previous_page_path }}/">« Prev</a> + <a href="{{ paginator.previous_page_path }}/index.html">« Prev</a> {% endif %} {% else %} <span>« Prev</span> {% endif %} -<select onchange="window.location = this.value == 1 ? '/index.html' : '/page' + this.value + '/'"> +<select onchange="window.location = this.value == 1 ? '/index.html' : '/page' + this.value + '/index.html'"> {% for page in (1..paginator.total_pages) %} {% if page == paginator.page %} <option value="{{ page }}" selected>{{ page }}</option> @@ -55,7 +55,7 @@ image: https://screenshot.mayx.eu.org/ </select> {% if paginator.next_page %} - <a href="{{ paginator.next_page_path }}/">Next »</a> + <a href="{{ paginator.next_page_path }}/index.html">Next »</a> {% else %} <span>Next »</span> {% endif %} |