diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2024-06-21 21:53:00 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2024-06-21 21:53:00 +0000 |
| commit | 4c3e2979756fa374eafcd385c6fffc64d8c8ffcd (patch) | |
| tree | 71e302eb7c4901de399bef6722fe2256baaa8bdf /index.html | |
| parent | 88f95e30e1f5528bcc97a6e26bc20469e0d896d1 (diff) | |
| parent | dc37c7b28b2142227f73a36acc27a7ac77c7e59a (diff) | |
Merge branch 'tusooa/themesv3-on-safari' into 'develop'
Fix Themes v3 not working on Safari
Closes #1319
See merge request pleroma/pleroma-fe!1918
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no"> <link rel="icon" type="image/png" href="/favicon.png"> + <style id="pleroma-eager-styles" type="text/css"></style> + <style id="pleroma-lazy-styles" type="text/css"></style> <!--server-generated-meta--> </head> <body class="hidden"> |
