1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-09 19:40:53 +00:00

Enabled customization of html head

This commit is contained in:
Silvio Giebl 2019-05-10 05:08:57 +02:00
parent 94f2aaf964
commit 0142d2874b
2 changed files with 2 additions and 0 deletions

View File

@ -31,4 +31,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
{% seo %}
{% include head_custom.html %}
</head>

View File