fix(check): fix some html check bugs

This commit is contained in:
Dillon
2020-02-18 16:22:24 +08:00
parent d8681cd489
commit 4b3addf634
20 changed files with 53 additions and 67 deletions

View File

@@ -1,5 +1,4 @@
{{ $_hugo_config := `{ "version": 1 }` -}}
<!-- [left, center, right] -->
{{- /* [left, center, right] */ -}}
<div class={{ .Get 0 | printf "align-%s" }}>
{{- .Inner -}}
{{- .Inner | .Page.RenderString -}}
</div>