Skip to content

Commit 4e9c12b

Browse files
committed
Template: Add manifest.json
1 parent ed27b26 commit 4e9c12b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/_templates/layout.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{% extends "!layout.html" %}
2+
{%- block extrahead %}
3+
{{ super() }}
4+
<link rel="manifest" href="/manifest.json">
5+
{% endblock %}

0 commit comments

Comments
 (0)