author | Chris Martin <chrismartin@riseup.net> | 2020-06-11 14:13:08.0 -04:00:00 |
---|---|---|
committer | Jordan Doyle <jordan@doyle.la> | 2020-06-13 11:15:41.0 +01:00:00 |
commit | 439f4bf2b411b8ce9c4520dac66bbaebdfb5561d [patch] |
|
tree | abeb32e5d66eb5ea1a18a9bf4d44ea210a2bc050 |
|
parent | 377d4a129d7d5b054eff23f0eee6c30291223d3c |
|
download | 439f4bf2b411b8ce9c4520dac66bbaebdfb5561d.tar.gz |
Add viewport meta tag for better mobile interface
Diff
templates/base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/base.html b/templates/base.html index 2921b93..31a1a17 100644 --- a/templates/base.html +++ a/templates/base.html @@ -1,7 +1,9 @@ <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>bin.</title> <link rel="help" href="https://github.com/w4/bin">