Skip to content

Commit

Permalink
fix: default description meta
Browse files Browse the repository at this point in the history
  • Loading branch information
monotykamary committed Nov 21, 2023
1 parent 02f04d3 commit d130bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta name="author" content="{{ with .Site.Params.author }}{{ . }}{{ end }}" />
<meta name="keywords" content="{{ .Site.Params.tags }}">
<meta name="title" content="{{ if eq .IsHome true }}{{ .Site.Title }}{{ else }}{{ .Title }} | {{ .Site.Title }}{{ end }}" />
<meta property="og:description" content="{{ .Site.Params.description }}" />
<meta name="description" content="{{ .Site.Params.description }}" />

<!-- Facebook Meta -->
<meta property="og:title" content="{{ if eq .IsHome true }}{{ .Site.Title }}{{ else }}{{ .Title }} | {{ .Site.Title }}{{ end }}" />
Expand Down

0 comments on commit d130bcd

Please sign in to comment.