Parcourir la source

minor update

pull/141/head
abhidj0090 il y a 4 ans
Parent
révision
2a7ca142b0
2 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 5
    0
      exampleSite/config.toml
  2. 1
    0
      layouts/partials/head.html

+ 5
- 0
exampleSite/config.toml Voir le fichier

@@ -1,3 +1,8 @@
[build.environment]
HUGO_VERSION = "0.73.0"
HUGO_THEME = "trunk"
HUGO_BASEURL = "/"

baseURL = "https://calcomp.org"
disableLanguages = ["Fr"]
disqusShortname = ""

+ 1
- 0
layouts/partials/head.html Voir le fichier

@@ -12,6 +12,7 @@

{{ template "_internal/opengraph.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 }}">
{{ "<!-- plugins -->" | safeHTML }}

Chargement…
Annuler
Enregistrer