Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Garza committed Apr 17, 2024
1 parent ea9a69e commit 666a550
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,9 @@
{{ else }}
{{ with .Site.Params.openGraphImage }}
<meta property="og:image" content="{{ . | absURL }}">
{{ else }}
{{ with .Site.Params.twitterImage }}
<meta name="description" content="{{ . }}">
{{ end }}
{{ else }}
{{ with .Site.Params.twitterImage }}
<meta name="description" content="{{ . }}">
{{ end }}
{{ end }}
{{ end }}
Expand Down

0 comments on commit 666a550

Please sign in to comment.