From a4adf75d0572ade60e1ea33ccc33b5c09cc9df4a Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Tue, 18 Feb 2020 23:54:00 +0000 Subject: [PATCH] feat: add canonical tag - https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types --- themes/chameleon/layout/_partial/head.ejs | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/chameleon/layout/_partial/head.ejs b/themes/chameleon/layout/_partial/head.ejs index 3019317..d637bcb 100644 --- a/themes/chameleon/layout/_partial/head.ejs +++ b/themes/chameleon/layout/_partial/head.ejs @@ -22,6 +22,7 @@ %> <% if (title) { %><%= title %> | <% } %><%= config.title %> + <%/* Add Open Graph meta tags for easier sharing on social networking sites */%> <%/* Modified from original source for compatibility with my blog */%> <%- openGraph() %>