diff --git a/layout/common/head.ejs b/layout/common/head.ejs
index 8d3258c..307e2c7 100644
--- a/layout/common/head.ejs
+++ b/layout/common/head.ejs
@@ -17,6 +17,10 @@
<%- open_graph(og_options) %>
<% } %>
+<% if (has_config('canonical_url')) { %>
+
+<% } %>
+
<% if (has_config('rss')) { %>
<% } %>