We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa27969 commit feb7f16Copy full SHA for feb7f16
2 files changed
CHANGELOG
@@ -1,4 +1,5 @@
1
0.12.1
2
+ - enh: add site_title to welcome page
3
- enh: add about text (#5)
4
0.12.0
5
- integration with DCOR version bump for CKAN 2.11.3
ckanext/dcor_theme/templates/home/snippets/promoted.html
@@ -5,7 +5,7 @@
{% if intro %}
6
{{ h.render_markdown(intro) }}
7
{% else %}
8
- <h1 class="page-heading">{{ _("Welcome to DCOR") }}</h1>
+ <h1 class="page-heading">Welcome to {{ site_title }}</h1>
9
<p>
10
DCOR, the deformability cytometry open repository, is the home for all your
11
RT-DC data. It is integrated with
0 commit comments