abhidj0090 4 лет назад
Родитель
Сommit
2a7ca142b0
2 измененных файлов: 6 добавлений и 0 удалений
  1. 5
    0
      exampleSite/config.toml
  2. 1
    0
      layouts/partials/head.html

+ 5
- 0
exampleSite/config.toml Просмотреть файл

@@ -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 Просмотреть файл

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

Загрузка…
Отмена
Сохранить