use vercel

This commit is contained in:
mivinci 2021-07-18 18:54:56 +08:00
parent 063f2bb49a
commit 9fd4150509
6 changed files with 18 additions and 15 deletions

View file

@ -17,7 +17,7 @@
{{ if or .Params.math .Site.Params.math }}
{{ partial "math.html" . }}
{{ end }}
{{ if .Params.disqus }}
{{ if .Params.comment }}
{{ partial "disqus.html" . }}
{{ end }}
{{ end }}