From c2b34d20fbbbd5d122a6ca5f60bb8b6977980471 Mon Sep 17 00:00:00 2001 From: Jeff Lupinski Date: Thu, 27 Oct 2016 09:27:50 -0600 Subject: [PATCH] Include canonical --- views/layout.jade | 1 + 1 file changed, 1 insertion(+) diff --git a/views/layout.jade b/views/layout.jade index fcd68c3..725a3da 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -4,6 +4,7 @@ html.no-js(lang='en', itemscope='', itemtype='http://schema.org/WebPage') meta(charset='utf-8') meta(http-equiv='x-ua-compatible', content='ie=edge') title Schwill + link(rel='canonical', href='http://schwill.github.io/') meta(name='description', content='') meta(name='viewport', content='width=device-width, initial-scale=1') link(rel='stylesheet', href='http://schwill.github.io/css/main.css?v=#{Date.now()}')