We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adc8def commit 52f285dCopy full SHA for 52f285d
src/reader/_app/templates/layout.html
@@ -24,8 +24,8 @@
24
bottom: 0;
25
right: 0;
26
"
27
-title='{{ config.READER_CONFIG | tojson(indent=4) | escape }}'
28
-><code>{{ config.READER_CONFIG.reader.url }}</code></p>
+title='{{ config.READER_CONFIG.data | tojson(indent=4) | escape }}'
+><code>{{ config.READER_CONFIG.merged('app').reader.url }}</code></p>
29
{% endif %}
30
31
0 commit comments