This website requires JavaScript.
Explore
Help
Sign In
thang
/
notes
Watch
1
Star
0
Fork
0
mirror of
https://github.com/thangisme/notes.git
synced
2026-07-15 23:38:07 -04:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
ddf0095a3e1f0cfd7858421a80f2ba15975f302e
notes
/
_includes
/
title.html
T
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
2019-08-17 14:32:25 +02:00
{% if site.logo %}
<
div
class
=
"site-logo"
></
div
>
{% else %}
{{ site.title }}
{% endif %}
Reference in New Issue
Copy Permalink