Skip to content

Commit

Permalink
Add some mobile-related meta tags
Browse files Browse the repository at this point in the history
- Make Tin a standalone iOS shortcut
- Set viewport properly
  • Loading branch information
krishnans2006 committed Mar 31, 2024
1 parent 3e5c089 commit 26f95b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tin/templates/meta.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{% load static %}

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<!-- Favicon Tags (https://realfavicongenerator.net/) -->

Expand All @@ -19,6 +20,7 @@
<!-- iOS -->
<link rel="apple-touch-icon" sizes="180x180" href="{% static 'favicon/apple-touch-icon.png' %}">
<meta name="apple-mobile-web-app-title" content="Turn-In">
<meta name="apple-mobile-web-app-capable" content="yes">

<!-- Android -->
<link rel="manifest" href="{% static 'favicon/site.webmanifest' %}">
Expand Down

0 comments on commit 26f95b2

Please sign in to comment.