mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-09-13 05:13:33 -06:00
Added logo variable to _config.yml which can be set to a path/url
Automatically replaces the title with a logo
This commit is contained in:
@@ -1 +1,5 @@
|
||||
{{ site.title }}
|
||||
{% if site.logo %}
|
||||
<div class="site-logo"></div>
|
||||
{% else %}
|
||||
{{ site.title }}
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user