Skip to content

Commit

Permalink
user platform_name as application name
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrindt committed Jan 7, 2025
1 parent 86cb2e8 commit 2e3cde7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ephios/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@

<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="ephios">
<meta name="application-name" content="{{ platform_name }}">

<!-- Chrome for Android theme color -->
<meta name="theme-color" content="{{ brand_color }}">

<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="ephios">
<meta name="apple-mobile-web-app-title" content="{{ platform_name }}">
<meta name="apple-mobile-web-app-status-bar-style" content="#fff">

{% for icon in PWA_APP_ICONS %}
Expand Down

0 comments on commit 2e3cde7

Please sign in to comment.