提交 88673e5f 编写于 作者: EvanOne(文一)'s avatar EvanOne(文一)

refactor: Add the link tag of atom

上级 96322aea
......@@ -52,6 +52,9 @@ if theme.favicon.msapplication
meta(name="msapplication-TileImage" content=`${url_for(theme.favicon.msapplication)}`)
meta(name="msapplication-TileColor" content="#000000")
if theme.feed && theme.feed.rss
link(rel="alternate", href=url_for(theme.feed.rss), type="application/atom+xml")
link(rel="dns-prefetch" href="https://cdn.jsdelivr.net")
- var fontawesome_css = 'https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册