Merge pull request #187 from SgtSilvio/improvement/site-logo

Improvement/site logo
This commit is contained in:
Patrick Marsceill
2019-09-09 15:10:55 -04:00
committed by GitHub
6 changed files with 49 additions and 12 deletions

View File

@@ -1 +1,5 @@
{{ site.title }}
{% if site.logo %}
<div class="site-logo"></div>
{% else %}
{{ site.title }}
{% endif %}