Skip to content

Commit 52f285d

Browse files
committed
Fix web app debug notes after changing the config system.
For #177.
1 parent adc8def commit 52f285d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reader/_app/templates/layout.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
bottom: 0;
2525
right: 0;
2626
"
27-
title='{{ config.READER_CONFIG | tojson(indent=4) | escape }}'
28-
><code>{{ config.READER_CONFIG.reader.url }}</code></p>
27+
title='{{ config.READER_CONFIG.data | tojson(indent=4) | escape }}'
28+
><code>{{ config.READER_CONFIG.merged('app').reader.url }}</code></p>
2929
{% endif %}
3030

3131

0 commit comments

Comments
 (0)