@@ -1,5 +1,6 @@ | |||
baseURL = "https://calcomp.netlify.app/" | |||
canonifyURLs = "true" | |||
staticURL="https://calcomp.netlify.app" | |||
disableLanguages = ["Fr"] | |||
disqusShortname = "" | |||
paginate = "6" |
@@ -10,7 +10,7 @@ | |||
<meta name="author" content="{{ . }}">{{ end }} | |||
{{ hugo.Generator }} | |||
{{ $url := .Site.BaseURL }} | |||
{{ $url := .Site.StaticURL }} | |||
{{ template "_internal/opengraph.html" . }} | |||
<meta name="og:image" content="{{ with .Params.image }}{{ . | absURL }}{{ else }}{{ `images/Cover.jpg` | absURL}}{{end}}"> | |||
{{ template "_internal/twitter_cards.html" . }} |