Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Jul 25, 2021
1 parent eb7ffb0 commit 51c2be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/post/excerpt.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- $key := default "summary" $.Site.Params.post.excerpt -}}
{{- $key := $.Site.Params.post.excerpt -}}
{{- $content := "" -}}
{{- if eq $key "description" -}}
{{- $content = .Description -}}
Expand Down

0 comments on commit 51c2be4

Please sign in to comment.