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

github.com/mazgi/hugo-theme-techlog-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHidenori MATSUKI <MATSUKI.Hidenori@gmail.com>2018-04-29 18:42:26 +0300
committerHidenori MATSUKI <MATSUKI.Hidenori@gmail.com>2018-04-29 18:42:26 +0300
commitef058b8cad16443ab491097d2e8757aa70873975 (patch)
tree07adaaf1932815298f2d9bde80e0aec76633d10f
parent896c8fb4313cb1fdff1f2a2eeb275c416816b517 (diff)
Remove wrong og image paths.
-rw-r--r--layouts/partials/header.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index c2d3742..0566ae6 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -26,10 +26,6 @@
<meta property="og:image" content="{{ $ogImagePath | absURL }}" />
<meta property="twitter:image" content="{{ $ogImagePath | absURL }}" />
<meta property="twitter:image:src" content="{{ $ogImagePath | absURL }}" />
- {{ else }}
- <meta property="og:image" content="{{ .Site.BaseURL }}common/og.png" />
- <meta property="twitter:image" content="{{ .Site.BaseURL }}common/og.png" />
- <meta property="twitter:image:src" content="{{ .Site.BaseURL }}common/og.png" />
{{ end }}
{{ end }}
<meta name="twitter:card" content="summary" />