fix css and add a note in README

This commit is contained in:
hhaiyun 2019-11-27 14:43:38 +08:00
parent ecc569d904
commit 7ed4b4c61c
3 changed files with 2 additions and 2 deletions

View file

@ -135,6 +135,7 @@
* `assets/css/_varibales.scss` 你可以覆盖 `_variables.scss` 中的变量来自定义样式
* `assets/css/_custom.scss` 你可以把自定义的样式放在这个文件
* 需要使用hugo extended版本编译sass否则修改css无法生效
## 网站图标、浏览器配置、网站清单

View file

@ -572,5 +572,5 @@
}
.post-comment {
padding: 3rem 0;
padding: 4rem 0;
}

View file

@ -52,7 +52,6 @@
<!-- valine -->
{{- if .Site.Params.valine.enable -}}
<br/>
<div id="vcomments"></div>
{{ if eq (getenv "HUGO_ENV") "production" | and .Site.Params.cdn.valine_js }}
{{ .Site.Params.cdn.valine_js | safeHTML }}