* Fixing the open graph image path
This commit is contained in:
parent
b278649794
commit
8040481038
@ -21,7 +21,7 @@
|
||||
<meta property="og:url" content="{{.Site.BaseURL}}">
|
||||
<meta property="og:description" content="A self hosted solution sharing clips">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:image" content="{{.Site.BaseURL}}images/og-bg.jpg">
|
||||
<meta property="og:image" content="{{.Site.BaseURL}}/images/og-bg.jpg">
|
||||
|
||||
{{ partial "styles.html" . }}
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user