My personal blog hauleth.dev
blog
0
fork

Configure Feed

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

fix: add back viewport tag, this time without maximum-scale

+1
+1
templates/index.html
··· 71 71 72 72 {% block general_meta %} 73 73 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 74 + <meta name="viewport" content="width=device-width, initial-scale=1"> 74 75 {%- if page.title -%} 75 76 <meta name="description" content="{{ config.description }} {{ page.title }} {{ page.description }}"/> 76 77 {%- else -%}