Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: weru <fromweru@gmail.com>
  • Loading branch information
onweru committed Jan 5, 2023
1 parent 66df9de commit b21b659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/opengraph.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{{- $summary := "" }}
{{- with .Summary }}
{{- $summary = . }}
{{- else }
{{- else }}
{{- $summary = $config.description }}
{{- end }}
{{- $summary = truncate 160 "" $summary }}
Expand Down

0 comments on commit b21b659

Please sign in to comment.