Made changes which were causing builds to fail
I updated ne to not and now it builds perfectly on zeit and netlify
This commit is contained in:
parent
10351a6b9d
commit
1a181e05ae
@ -40,7 +40,7 @@
|
|||||||
<meta property="og:description" content="{{ if .IsHome }}{{ $.Site.Params.Subtitle }}{{ else if .Description}}{{ .Description | plainify }}{{ else }}{{ .Summary | plainify }}{{ end }}" />
|
<meta property="og:description" content="{{ if .IsHome }}{{ $.Site.Params.Subtitle }}{{ else if .Description}}{{ .Description | plainify }}{{ else }}{{ .Summary | plainify }}{{ end }}" />
|
||||||
<meta property="og:url" content="{{ .Permalink }}" />
|
<meta property="og:url" content="{{ .Permalink }}" />
|
||||||
<meta property="og:site_name" content="{{ .Title }}" />
|
<meta property="og:site_name" content="{{ .Title }}" />
|
||||||
{{ if and (ne .IsHome) (isset .Params "cover") }}
|
{{ if and (not .IsHome) (isset .Params "cover") }}
|
||||||
<meta property="og:image" content="{{ .Param "cover" | absURL }}">
|
<meta property="og:image" content="{{ .Param "cover" | absURL }}">
|
||||||
{{ else }}
|
{{ else }}
|
||||||
{{ if isset $.Site.Params "favicon" }}
|
{{ if isset $.Site.Params "favicon" }}
|
||||||
|
Loading…
Reference in New Issue
Block a user