Adding support for feedback link customization

This commit is contained in:
Daniel Lafraia
2016-04-10 15:12:31 -03:00
parent d7d5286239
commit a47003eed2
3 changed files with 9 additions and 2 deletions

View File

@@ -44,7 +44,9 @@
</li>
{% endfor %}
{% endfor %}
{% include feedback.html %}
{% if site.feedback_disable == null or site.feedback_disable == false %}
{% include feedback.html %}
{% endif %}
<!--comment out this block if you want to hide search-->
<li>
<!--start search-->