Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #317 from kjaymiller/fix-manifest-call
Browse files Browse the repository at this point in the history
fixes manifest call
  • Loading branch information
kjaymiller authored Jan 16, 2024
2 parents bcc2458 + afdd2a9 commit c6bd4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.__src_folder_name}}/src/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<link rel="apple-touch-icon" sizes="120x120" href="{{'res/img/favicon-120-precomposed.png' | get_static_url_for_backend(framework=cookiecutter.project_backend) }}">

<!-- Chrome for Android -->
<link rel="manifest" href="{{ url_for('static', filename='manifest.json') }}">
<link rel="manifest" href="{{ 'manifest.json' | get_static_url_for_backend(framework=cookiecutter.project_backend) }}}}">
<link rel="icon" sizes="192x192" href="{{'res/img/favicon-192.png' | get_static_url_for_backend(framework=cookiecutter.project_backend) }}">

<title>
Expand Down

0 comments on commit c6bd4dc

Please sign in to comment.