diff --git a/views/profile.pug b/views/profile.pug index 83c02f4..fb7ade5 100644 --- a/views/profile.pug +++ b/views/profile.pug @@ -2,6 +2,7 @@ doctype html head meta(charset='utf-8') meta(name='viewport' content='width=device-width, initial-scale=1') + meta(name='robots' content='noindex') link(rel='shortcut icon' href='/favicon.svg') title Keyoxide link(rel='stylesheet' href='/static/styles.css')