added proper default config file
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
<html>
|
||||
<head>
|
||||
{% block html_head -%}
|
||||
<title>{{site_name}}</title>
|
||||
<title>{{site_name | default(value="Itsy-Gitsy")}}</title>
|
||||
{% block html_head_extra -%}
|
||||
{% endblock html_head_extra -%}
|
||||
{% endblock html_head -%}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
Site: {{site_name}}<br/>
|
||||
Description: {{site_description}}<br/>
|
||||
Site: {{site_name | default(value="Itsy-Gitsy") }}<br/>
|
||||
Description: {{site_description | default(value="A collection of Git repositories")}}<br/>
|
||||
<hr/>
|
||||
|
||||
Reference in New Issue
Block a user