Browse Source

minor update

pull/141/head
abhidj0090 4 years ago
parent
commit
2a7ca142b0
2 changed files with 6 additions and 0 deletions
  1. 5
    0
      exampleSite/config.toml
  2. 1
    0
      layouts/partials/head.html

+ 5
- 0
exampleSite/config.toml View File

[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 = ""

+ 1
- 0
layouts/partials/head.html View File



{{ 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 }}

Loading…
Cancel
Save