fan-lv/Fan

layout.pug文件中 css link的url希望可以加上根目录地址。

DOVER123 opened this issue · 1 comments

css引用在部署的连接错误,更改layout.pug中样式的href为url_for(url)。
link(rel='stylesheet', href=url_for(url)) link(rel="icon", href=url_for(theme.favicon))

感谢指出,已更改