diff options
author | David Robillard <d@drobilla.net> | 2022-07-05 14:00:41 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-07-05 14:00:41 -0400 |
commit | 838c0c6ecfa68a01abeb4d0e67842656aec9ac60 (patch) | |
tree | 145bc0742a9e1f52ea41267a93bd0d612facf5a6 /themes/lv2/templates | |
parent | 62712ca6bc33f6f5e61667fc9368ea0551111d51 (diff) | |
download | lv2site-838c0c6ecfa68a01abeb4d0e67842656aec9ac60.tar.xz |
Remove dead code
Diffstat (limited to 'themes/lv2/templates')
-rw-r--r-- | themes/lv2/templates/page.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/lv2/templates/page.html b/themes/lv2/templates/page.html index 8a3b94d..b12f067 100644 --- a/themes/lv2/templates/page.html +++ b/themes/lv2/templates/page.html @@ -1,7 +1,6 @@ {% extends "base.html" %} {% block head %} {{ super() }} - <link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/css/slideshow.css" /> {% endblock %} {% block title %} {% if page.title %} |