Skip to content

Commit feb7f16

Browse files
committed
enh: add site_title to welcome page
1 parent aa27969 commit feb7f16

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
0.12.1
2+
- enh: add site_title to welcome page
23
- enh: add about text (#5)
34
0.12.0
45
- integration with DCOR version bump for CKAN 2.11.3

ckanext/dcor_theme/templates/home/snippets/promoted.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{% if intro %}
66
{{ h.render_markdown(intro) }}
77
{% else %}
8-
<h1 class="page-heading">{{ _("Welcome to DCOR") }}</h1>
8+
<h1 class="page-heading">Welcome to {{ site_title }}</h1>
99
<p>
1010
DCOR, the deformability cytometry open repository, is the home for all your
1111
RT-DC data. It is integrated with

0 commit comments

Comments
 (0)