Add background description support

This commit is contained in:
Andy Williams 2017-02-27 22:21:12 +00:00
parent 85c4d5db51
commit d129430d08
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@
<ul class="theme-meta">
<li>Author: {{ background['author'] }}</li>
<li>Version: {{ background['version'] }}</li>
{% if theme['description'] %}
<li>Description: {{ theme['description'] }}</li>
{% endif %}
</ul>
<br /><br />