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-29 19:10:36 -04:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
5a96a218b337b7eaf4fe6421b81e7f9fb4a4c483
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