fix spaces & raw content
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<span class="footer-copyright">
|
<span class="footer-copyright">
|
||||||
© {{ year }}
|
© {{ year }}
|
||||||
{% if theme_config.footer.info_en is defined and theme_config.footer.info_en is not empty %}
|
{% 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|raw }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</span>
|
</span>
|
||||||
<span class="footer-link">
|
<span class="footer-link">
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<span class="footer-copyright">
|
<span class="footer-copyright">
|
||||||
© {{ year }}
|
© {{ year }}
|
||||||
{% if theme_config.footer.info is defined and theme_config.footer.info is not empty %}
|
{% if theme_config.footer.info is defined and theme_config.footer.info is not empty %}
|
||||||
| {{ theme_config.footer.info }}
|
| {{ theme_config.footer.info|raw }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</span>
|
</span>
|
||||||
<span class="footer-link">
|
<span class="footer-link">
|
||||||
|
|||||||
Reference in New Issue
Block a user