From d2ce897c080d88abc9ef0bd6eb3bacfff2e29d51 Mon Sep 17 00:00:00 2001 From: Takuya Tokuda Date: Fri, 8 Jun 2018 06:55:24 +0900 Subject: [PATCH] add Open Graph tags (#8947) --- layouts/partials/head.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index a8309738ba7..cabc1ff76df 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -14,8 +14,17 @@ {{ end }}{{ else }}{{ end }} {{ if .Params.description }} + {{ else }} + +{{ end }} + + +{{ if eq .Section "blog" }} +{{ with findRE "" .Content 1 }} + +{{ end }} {{ end }}