Create title.html

This commit is contained in:
wakgill
2020-12-31 21:55:37 -06:00
committed by GitHub
parent 3b4552a3d2
commit b6bdb12a84
+5
View File
@@ -0,0 +1,5 @@
{% if site.logo %}
<div class="site-logo"></div>
{% else %}
{{ site.title }}
{% endif %}