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-17 05:42:27 -04:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
49ef043ebbe839858689de44428d2bf70bd02a53
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