Fix bug #44: fix anchors of files with spaces in their name
[phorkie.git] / data / templates / display.htm
index 799f94d669757ef33b6339c8342f64f493b2f517..27d1314df755e3f3fb159909f08c9e334539f4b5 100644 (file)
@@ -1,7 +1,5 @@
 {% extends "base.htm" %}
-{% block title %}
- {{repo.getTitle}}
-{% endblock %}
+{% block title %}{{repo.getTitle}}{% endblock %}
 
 {% block meta %}
 <link rel="meta" title="DOAP" type="application/rdf+xml" href="{{repo.getLink('doap')}}"/>
@@ -24,5 +22,7 @@
 {% endblock %}
 
 {% block sidebar %}
+ {% include 'display-sidebar-owner.htm' %}
+ {% include 'display-sidebar-fork.htm' %}
  {% include 'display-sidebar-history.htm' %}
 {% endblock %}