improve validation
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<span class="footer-copyright">
|
<span class="footer-copyright">
|
||||||
© {{ year }}
|
© {{ year }}
|
||||||
{% if theme_config.footer.info_en is defined and theme_config.footer.info_en %}
|
{% if theme_config.footer.info_en is defined and theme_config.footer.info_en is not empty %}
|
||||||
{{ theme_config.footer.info_en }}
|
{{ theme_config.footer.info_en }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<span class="footer-copyright">
|
<span class="footer-copyright">
|
||||||
© {{ year }}
|
© {{ year }}
|
||||||
{% if theme_config.footer.info is defined and theme_config.footer.info %}
|
{% if theme_config.footer.info is defined and theme_config.footer.info is not empty %}
|
||||||
{{ theme_config.footer.info }}
|
{{ theme_config.footer.info }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user