diff options
| author | la-ninpre <leobrekalini@gmail.com> | 2020-08-14 18:28:02 +0300 |
|---|---|---|
| committer | la-ninpre <leobrekalini@gmail.com> | 2020-08-14 18:28:02 +0300 |
| commit | ab2853d5e8fdb049684b62c164cea271d44d7066 (patch) | |
| tree | ccd078d1cce9448c922fc3153c004fc64b369156 /_layouts | |
| parent | 4931ffc06a1742b47c55c65bfbd16f8a7adf5183 (diff) | |
| download | aaoth.xyz-ab2853d5e8fdb049684b62c164cea271d44d7066.tar.gz aaoth.xyz-ab2853d5e8fdb049684b62c164cea271d44d7066.zip | |
add a viewport tag to layout
maybe it'll look better on mobile
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/default.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index e82a35e..62a748c 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,6 +2,7 @@ <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> |
