From c4ae25dcb16513f76870d07c95ebc94ba6e7cf49 Mon Sep 17 00:00:00 2001 From: mayx Date: Thu, 21 May 2026 07:38:17 +0000 Subject: Update 10 files - /assets/js/jquery.pjax.min.js - /assets/js/main.js - /assets/js/pjax.js - /_layouts/default.html - /_layouts/post.html - /_data/proxylist.yml - /_data/other_repo_list.csv - /Live2dHistoire/live2d/js/message.js - /index.html - /search.html --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index c049f76..0dbef7b 100644 --- a/index.html +++ b/index.html @@ -5,14 +5,14 @@ image: https://screenshot.mayx.eu.org/ --- {% if paginator.page == 1 %}
{% endif %} -

首页 - 我的文章

Archives | Random

+

首页 - 我的文章

Archives | Random


{% for post in paginator.posts %} -
+

{{ post.title }}{% if post.layout == "encrypt" %} [加密] {% endif %}

@@ -44,7 +44,7 @@ image: https://screenshot.mayx.eu.org/ « Prev {% endif %} - {% for page in (1..paginator.total_pages) %} {% if page == paginator.page %} -- cgit