Skip to content

Commit

Permalink
feat: apple specific meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmkernan committed Apr 8, 2018
1 parent 149b641 commit 451a496
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/skeleton.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@

<link rel="manifest" href="/manifest.webmanifest">

<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="FileBin">
<link rel="apple-touch-icon" href="{{ url_for('static', filename='image/favicon.png') }}">

<style>
.subtitle {
margin-top: 1rem;
Expand Down

0 comments on commit 451a496

Please sign in to comment.