Skip to content

Commit 7f73ad4

Browse files
committed
added custom theme
1 parent bb24fa8 commit 7f73ad4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: gmlc_theme/main.html

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{% extends "base.html" %}
2+
3+
{%- block site_name %}
4+
<a class="navbar-brand" href="{{ nav.homepage.url|url }}"><img src="{{ config.site_logo|url }}"></img></a>
5+
{%- endblock %}

0 commit comments

Comments
 (0)