From d6274791a8f794d11e7e9acc58c3d45abe11a76c Mon Sep 17 00:00:00 2001 From: mayx Date: Thu, 21 May 2026 10:11:01 +0000 Subject: Update 2 files - /assets/js/pjax.js - /index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index bd67f17..35e26be 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ image: https://screenshot.mayx.eu.org/ {% for post in paginator.posts %} -
+

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

@@ -24,7 +24,7 @@ image: https://screenshot.mayx.eu.org/ {% if post.tags %} {% for tag in post.tags %} - #{{ tag }} + #{{ tag }} {% endfor %} {% endif %} -- cgit