Skip to content

Commit

Permalink
bug: fix typo in apple meta tags, remove apple web app tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmkernan committed Apr 8, 2018
1 parent 451a496 commit 6a4ea36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/skeleton.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@

<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') }}">
<link rel="apple-touch-icon" href="{{ url_for('static', filename='favicon.png') }}">

<style>
.subtitle {
Expand Down

0 comments on commit 6a4ea36

Please sign in to comment.