fix: 修复detail.html的品牌名称

This commit is contained in:
ZJPB Admin
2025-12-31 00:26:23 +08:00
parent 98151594f2
commit 4b6a77f71b

View File

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