From 4b6a77f71b7a1ac305af13e624ac0374a6c14db8 Mon Sep 17 00:00:00 2001 From: ZJPB Admin Date: Wed, 31 Dec 2025 00:26:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Ddetail.html=E7=9A=84?= =?UTF-8?q?=E5=93=81=E7=89=8C=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/detail.html b/templates/detail.html index c7c12d3..c59628b 100644 --- a/templates/detail.html +++ b/templates/detail.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}{{ site.name }} - ZJPB 焦提示词{% endblock %} +{% block title %}{{ site.name }} - ZJPB - 自己品吧{% endblock %} {% block description %}{{ site.short_desc or site.description[:150] }}{% endblock %} {% block keywords %}{{ site.name }},{% for tag in site.tags %}{{ tag.name }},{% endfor %}ZJPB,焦提示词,AI工具{% endblock %}