This website requires JavaScript.
Explore
Help
Sign In
thang
/
notes
Watch
1
Star
0
Fork
0
You've already forked notes
mirror of
https://github.com/thangisme/notes.git
synced
2024-11-05 17:27:22 -05:00
Code
Issues
Projects
Releases
Wiki
Activity
672de29f2e
notes
/
_includes
/
title.html
6 lines
93 B
HTML
Raw
Normal View
History
Unescape
Escape
Added logo variable to _config.yml which can be set to a path/url Automatically replaces the title with a logo
2019-08-17 08:32:25 -04:00
{% if site.logo %}
<
div
class
=
"site-logo"
>
<
/
div
>
{% else %}
{{ site.title }}
{% endif %}
Reference in New Issue
Copy Permalink