1
0
مراية لـ https://github.com/Mabbs/mabbs.github.io تم المزامنة 2026-07-19 14:31:51 +00:00
- /_data/proxylist.yml
- /index.html
هذا الالتزام موجود في:
mayx
2025-08-21 11:23:22 +00:00
الأصل fe29177bbd
التزام 37ead95307
2 ملفات معدلة مع 4 إضافات و3 حذوفات

عرض الملف

@@ -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">&laquo; Prev</a>
{% else %}
<a href="{{ paginator.previous_page_path }}/">&laquo; Prev</a>
<a href="{{ paginator.previous_page_path }}/index.html">&laquo; Prev</a>
{% endif %}
{% else %}
<span>&laquo; 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 &raquo;</a>
<a href="{{ paginator.next_page_path }}/index.html">Next &raquo;</a>
{% else %}
<span>Next &raquo;</span>
{% endif %}