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:
authortosi <tosi16@gmail.com>2021-01-11 08:52:09 +0300
committerGitHub <noreply@github.com>2021-01-11 08:52:09 +0300
commitb87a8755616916d6abb9b92a1ae541bd184dd3fc (patch)
treefdf81312ee3dd83eb1ad356a6f883e85b6417b29
parent869ea607d79cd16d872d0e98006c42bb914984e5 (diff)
parent3179faeaaf23787c9a4e1946a0aa0e1ec9b60a2a (diff)
Merge pull request #5 from sugitk/patch-1
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>