diff --git a/atramhasis/templates/concept.jinja2 b/atramhasis/templates/concept.jinja2 index 89ba6703..7e0182c6 100644 --- a/atramhasis/templates/concept.jinja2 +++ b/atramhasis/templates/concept.jinja2 @@ -7,6 +7,13 @@ {% if concept.notes|length > 0 %} {% endif %} + + + + {% if concept.notes|length > 0 %} + + {% endif %} + {% endblock %} {% block html_title %}{{ concept.label(request.locale_name).label|title }}{% endblock %} diff --git a/atramhasis/templates/conceptscheme.jinja2 b/atramhasis/templates/conceptscheme.jinja2 index 88ce9787..93353e01 100644 --- a/atramhasis/templates/conceptscheme.jinja2 +++ b/atramhasis/templates/conceptscheme.jinja2 @@ -7,6 +7,13 @@ {% if conceptscheme.notes|length > 0 %} {% endif %} + + + + {% if conceptscheme.notes|length > 0 %} + + {% endif %} + {% endblock %} {% block html_title %}{{ conceptscheme.title }}{% endblock %} diff --git a/atramhasis/templates/home.jinja2 b/atramhasis/templates/home.jinja2 index bce9a78c..f3099b6f 100644 --- a/atramhasis/templates/home.jinja2 +++ b/atramhasis/templates/home.jinja2 @@ -1,5 +1,8 @@ {% extends "layout.jinja2" %} - +{% block head %} + {{ super() }} + +{% endblock %} {% set app_package = app_package|default('atramhasis', true) %} {% set copyright_year = copyright_year|default('2016-2017') %} diff --git a/atramhasis/templates/staticlayout.jinja2 b/atramhasis/templates/staticlayout.jinja2 index 13e9d72c..a6532e5d 100644 --- a/atramhasis/templates/staticlayout.jinja2 +++ b/atramhasis/templates/staticlayout.jinja2 @@ -7,6 +7,7 @@ {% set copyright_year = copyright_year|default('2016-2017') %} +{% block head %} {{ app_name }} - {% block html_title %}Base{% endblock %} @@ -35,6 +36,7 @@ {{ ga_tracker(ga_key) }} {% endif %} {% endblock %} +{% endblock %} {% block vl_header %} diff --git a/development.ini b/development.ini index 003336e1..48e69f12 100644 --- a/development.ini +++ b/development.ini @@ -61,6 +61,9 @@ atramhasis.rdf2hdt = /link/to/rdf2hdt # If unspecified, defaults to src. dojo.mode = src +# The Twitter @username the card should be attributed to. +twitter.site = + # By default, the toolbar only appears for clients from IP addresses # '127.0.0.1' and '::1'. # debugtoolbar.hosts = 127.0.0.1 ::1 diff --git a/production.ini b/production.ini index 7d205e10..ed46a7ac 100644 --- a/production.ini +++ b/production.ini @@ -29,6 +29,9 @@ atramhasis.session_factory.secret = 1ts_4#s33kr33t # If unspecified, defaults to src. dojo.mode = dist +# The Twitter @username the card should be attributed to. +twitter.site = @@twitter.site@@ + [server:main] use = egg:waitress#main host = 0.0.0.0