all repos — aaoth.xyz @ ab2853d5e8fdb049684b62c164cea271d44d7066

aaoth.xyz website

add a viewport tag to layout

maybe it'll look better on mobile
la-ninpre leobrekalini@gmail.com
Fri, 14 Aug 2020 18:28:02 +0300
commit

ab2853d5e8fdb049684b62c164cea271d44d7066

parent

4931ffc06a1742b47c55c65bfbd16f8a7adf5183

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M _layouts/default.html_layouts/default.html

@@ -2,6 +2,7 @@ <!doctype html>

<html> <head> <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> <title>{{ page.title }} - {{ site.title }}</title> <link rel="stylesheet" href="/assets/css/style.css"> </head>