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