mirror of
https://github.com/tomfran/typo.git
synced 2025-04-25 21:19:55 +03:00
Add support for Open Graph tags
This change will allow us to use the `images` property in frontmatter to display a cover image when sharing links to content in social media. Open Graph support is provided out of the box with Hugo and is a one-line change. See docs: https://gohugo.io/templates/embedded/#open-graph
This commit is contained in:
parent
56f4a62fc5
commit
e1c2bf3313
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@
|
|||
|
||||
<link rel="canonical" href="{{ .Permalink }}"/>
|
||||
|
||||
{{ template "_internal/opengraph.html" . }}
|
||||
|
||||
{{ partialCached "head/css.html" . }}
|
||||
{{ partialCached "head/js.html" . }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue