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