Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
fix: fixed the description attribute of the meta tag
Browse files Browse the repository at this point in the history
fix #57
  • Loading branch information
victor-pogor committed Dec 26, 2020
1 parent 41a2b25 commit 2ba1dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/head/meta.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{- $params := .Scratch.Get "params" -}}

<meta name="Description" content="{{ $params.description | default .Site.Params.description }}">
<meta name="description" content="{{ $params.description | default .Site.Params.description }}">

{{- template "_internal/opengraph.html" . -}}
{{- template "_internal/twitter_cards.html" . -}}
Expand Down

0 comments on commit 2ba1dc1

Please sign in to comment.