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 %}