Browse Source

minor update

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

+ 2
- 0
exampleSite/config.toml View File

url = "contact" url = "contact"
weight = "6" weight = "6"
[params] [params]
images:
- Cover.jpg
author = "" author = ""
description = "A platform for scholars of Humanities and Social Sciences. And of course Comparative Literature. " description = "A platform for scholars of Humanities and Social Sciences. And of course Comparative Literature. "
google_analytics_id = "" google_analytics_id = ""

+ 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