From c8c686133f700ff7d9e16e58f8d6c5db0c7a9153 Mon Sep 17 00:00:00 2001 From: jomo Date: Sun, 9 Nov 2014 23:24:47 +0100 Subject: [PATCH] fix link -> meta tag --- views/layout.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/layout.jade b/views/layout.jade index 232cc90..78c24fd 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -5,8 +5,8 @@ html link(rel='stylesheet', href='/stylesheets/style.css') link(rel="icon", sizes="16x16", type="image/png", href="/favicon.png") link(href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.0/css/bootstrap.min.css", rel="stylesheet") - link(name="description", content="A Minecraft avatar service with UUID support") - link(name="keywords", content="minecraft, avatar, uuid") + meta(name="description", content="A Minecraft avatar service with UUID support") + meta(name="keywords", content="minecraft, avatar, uuid") meta(name="viewport", content="initial-scale=1,maximum-scale=1") body a.forkme(href="https://github.com/Jake0oo0/crafatar", target="_blank") Fork me on GitHub