Could fix mobile

This commit is contained in:
NinjaCheetah 2022-04-29 23:37:37 -04:00
parent 1daee1b8ab
commit 510a3f30a1
No known key found for this signature in database
GPG Key ID: 6EC6DD38B449B426
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@
{% else %} {% else %}
<meta property="og:image" content="https://ninjacheetah.github.io/icon.png"> <meta property="og:image" content="https://ninjacheetah.github.io/icon.png">
{% endif %} {% endif %}
<meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>
<body> <body>
{% include nav.html %} {% include nav.html %}

View File

@ -23,6 +23,7 @@
{% else %} {% else %}
<meta property="og:image" content="https://ninjacheetah.github.io/icon.png"> <meta property="og:image" content="https://ninjacheetah.github.io/icon.png">
{% endif %} {% endif %}
<meta name="viewport" content="width=device-width, initial-scale=1">
</head> </head>
<body> <body>
{% include nav.html %} {% include nav.html %}