feat: 添加结构化数据支持

This commit is contained in:
DeepChirp
2024-11-07 17:55:33 +08:00
Unverified
parent 91c8c5cd4b
commit 3ea138178d
4 changed files with 72 additions and 0 deletions

View File

@@ -25,6 +25,9 @@ meta(name="theme-color" content=themeColor)
//- Open_Graph
include ./head/Open_Graph.pug
//- Structured Data
include ./head/structured_data.pug
!=favicon_tag(theme.favicon || config.favicon)
link(rel="canonical" href=urlNoIndex(null,config.pretty_urls.trailing_index,config.pretty_urls.trailing_html))