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-16 13:12:13 -04:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
c673a1e220e719ad4ecad6a50c1b513ccb5de080
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