the home site for me: also iteration 3 or 4 of my site
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: remove no user scale property to improve accesbility

+1 -4
+1 -4
templates/head.html
··· 1 1 <meta charset="UTF-8" /> 2 2 <meta content="IE=edge" http-equiv="X-UA-Compatible" /> 3 3 <meta content="text/html; charset=UTF-8" http-equiv="content-type" /> 4 - <meta 5 - name="viewport" 6 - content="width=device-width, initial-scale=1, user-scalable=no" 7 - /> 4 + <meta name="viewport" content="width=device-width, initial-scale=1" /> 8 5 <meta name="robots" content="index, follow" /> 9 6 {% if page.title %} {% set title = page.title %} {% elif section.title %} {% set 10 7 title = section.title %} {% elif config.title %} {% set title = config.title %}