Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/qqhann/hugo-primer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoruMachida <mamoru.machida@fox-hound.jp>2019-02-02 10:48:06 +0300
committerMamoruMachida <mamoru.machida@fox-hound.jp>2019-02-02 10:56:14 +0300
commit83e491c80cb8f68f0f5ad623d84ca0f705ddeec5 (patch)
treeec8a10c96e9f3afd57c39468b6d63e4f4fbf6978 /layouts
parent5ecdf971e5ca53036a48e4567c8cc8f5076fff0b (diff)
Twitter card image use absolute path
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index aebc108..ca89926 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -36,7 +36,7 @@
<meta name="twitter:creator" content="@{{ .Site.Params.Twitter }}">
<meta name="twitter:title" content="{{ if .Title }}{{ .Title }} | {{ end }}{{ .Site.Title }}">
<meta name="twitter:description" content="{{ .Description | default .Summary }}|{{ .Site.Params.Description }}">
- <meta name="twitter:image" content="twitter-card.png">
+ <meta name="twitter:image" content="{{ .Site.BaseURL }}twitter-card.png">
{{ end }}