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

github.com/tosi29/inkblotty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Sugimura <sugitk@users.noreply.github.com>2021-01-10 03:47:32 +0300
committerGitHub <noreply@github.com>2021-01-10 03:47:32 +0300
commit3179faeaaf23787c9a4e1946a0aa0e1ec9b60a2a (patch)
tree7da59d3be1faedc5379e2cc3538e8556f53591c9
parente806ad214922074687c77c056a8a34d6ed80331e (diff)
corresponding to OGP
Thank you for your good theme, I would like to propose to improvement for corresponding to OGP.
-rw-r--r--layouts/partials/head.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 05250d4..34c73f3 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -19,5 +19,7 @@
</style>
<link rel='stylesheet' href='{{ "css/style.css" | absURL }}' type='text/css' media='all' />
<link rel='stylesheet' href='{{ "css/custom.css" | absURL }}' type='text/css' media='all' />
- {{ template "_internal/google_analytics.html" . }}
-</head> \ No newline at end of file
+ {{ template "_internal/google_analytics.html" . }}
+ {{ template "_internal/opengraph.html" . }}
+ {{ template "_internal/twitter_cards.html" . }}
+</head>