diff options
author | David Robillard <d@drobilla.net> | 2014-11-23 18:38:00 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-11-23 18:38:00 -0500 |
commit | 78a348dc60836c2e228dfb25b182f24dbcb718aa (patch) | |
tree | 1a4c8e24640058e5e2a3851ea9f05d99dd4e4bc8 /themes/lv2/templates/base.html | |
parent | 3d166de0fb2165ecf84d11e53eafba44b40e4298 (diff) | |
download | lv2site-78a348dc60836c2e228dfb25b182f24dbcb718aa.tar.xz |
Use SVG logo and remove Github banner.
Diffstat (limited to 'themes/lv2/templates/base.html')
-rw-r--r-- | themes/lv2/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/lv2/templates/base.html b/themes/lv2/templates/base.html index db03cfa..a3ca785 100644 --- a/themes/lv2/templates/base.html +++ b/themes/lv2/templates/base.html @@ -11,7 +11,7 @@ </head> <body> - {% include 'github.html' %} + <!-- {% include 'github.html' %} --> <nav> <ul> <li> |