This commit is contained in:
@@ -819,6 +819,7 @@ class API(object):
|
||||
|
||||
content['links'][0]['rel'] = 'alternate'
|
||||
content['links'][1]['rel'] = 'self'
|
||||
content['title'] = self.config['datasets'][dataset]['title']
|
||||
|
||||
content = _render_j2_template(self.config, 'item.html',
|
||||
content)
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
{{ v | urlize() }}
|
||||
{% endif %}
|
||||
{%- endmacro %}
|
||||
{% block title %}{{ super() }} {{ data['title'] }} {% endblock %}
|
||||
{% block title %}{{ super() }} {{ data['title'] }} - {{ data['id'] }}{% endblock %}
|
||||
{% block crumbs %}{{ super() }}
|
||||
/ <a href="../../../collections">Collections</a>
|
||||
{% for link in data['links'] %}
|
||||
|
||||
Reference in New Issue
Block a user