mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-02-16 11:05:15 +00:00
Display site name and description for PWA manifest
This commit is contained in:
parent
34d5c557d8
commit
1798abfc3e
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{% load static %}
|
||||
{
|
||||
"name": "Bookwyrm",
|
||||
"description": "Social network for tracking your reading",
|
||||
"name": "{{ site.name }}",
|
||||
"description": "{{ site.description }}",
|
||||
"icons": [
|
||||
{
|
||||
"src": "{% if site.logo %}{{ media_full_url }}{{ site.logo }}{% else %}{% static 'images/logo.png' %}{% endif %}",
|
||||
|
|
Loading…
Reference in a new issue