[build.environment] | |||||
HUGO_VERSION = "0.73.0" | |||||
HUGO_THEME = "trunk" | |||||
HUGO_BASEURL = "/" | |||||
baseURL = "https://calcomp.org" | baseURL = "https://calcomp.org" | ||||
disableLanguages = ["Fr"] | disableLanguages = ["Fr"] | ||||
disqusShortname = "" | disqusShortname = "" |
{{ template "_internal/opengraph.html" . }} | {{ template "_internal/opengraph.html" . }} | ||||
{{ template "_internal/twitter_cards.html" . }} | {{ template "_internal/twitter_cards.html" . }} | ||||
<meta name="twitter:image" content="{{ with .Params.image }}{{ else }}{{ `images/Cover.jpg` | absURL }}{{end}}"> | |||||
<link rel="canonical" href="{{ .Permalink }}"> | <link rel="canonical" href="{{ .Permalink }}"> | ||||
{{ "<!-- plugins -->" | safeHTML }} | {{ "<!-- plugins -->" | safeHTML }} |