chore(archetype): rename show_description to description_as_summary

This commit is contained in:
Dillon
2020-02-03 23:27:54 +08:00
parent 495f7e651f
commit d8854c7e47
8 changed files with 9 additions and 9 deletions

View File

@@ -37,9 +37,9 @@
{{- end -}}
</div>
{{- /* Content */ -}}
{{- /* Summary content */ -}}
<div class="post-content">
{{- if .Params.show_description -}}
{{- if .Params.description_as_summary -}}
<p>
{{- .Params.description -}}
</p>