change to header

This commit is contained in:
m0duspwnens
2020-12-09 11:59:06 -05:00
parent 75ea648cf9
commit c5c053d24a

View File

@@ -6,7 +6,7 @@
{{ write_config_line(config.get("default", {})) }}
{% for header, cfg in config.items() %}
{%- if section == "default" %}{% continue %}{% endif %}
{%- if header == "default" %}{% continue %}{% endif %}
[{{ header }}]
{{ write_config_line(cfg) }}
{% endfor %}