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:
Diffstat (limited to 'layouts/partials/head.html')
-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>