Fix #10: add og tags internal template
This commit is contained in:
parent
a6c28e1b8d
commit
1fff635426
@ -44,6 +44,8 @@ menu:
|
||||
|
||||
params:
|
||||
description: ""
|
||||
images:
|
||||
- images/og-featured.png
|
||||
```
|
||||
|
||||
### Check your site
|
||||
|
@ -14,17 +14,7 @@
|
||||
|
||||
<link rel="stylesheet" href="{{ "/css/style.css" | relURL }}" />
|
||||
|
||||
|
||||
<!-- OG Tags: -->
|
||||
<meta property="og:site_name" content="{{ .Site.Title }}">
|
||||
|
||||
<!-- <meta property="og:type" content="article"> -->
|
||||
<meta property="og:title" content="{{ .Title }}">
|
||||
<!-- <meta property="og:description" content=""> -->
|
||||
<!-- <meta property="og:url" content=""> -->
|
||||
<!-- <meta property="og:image" content=""> -->
|
||||
<!-- <meta property="og:image:width" content=""> -->
|
||||
<!-- <meta property="og:image:height" content=""> -->
|
||||
{{ template "_internal/opengraph.html" . }}
|
||||
|
||||
<!-- Article tags -->
|
||||
<!-- <meta property="article:published_time" content="">
|
||||
|
Loading…
Reference in New Issue
Block a user