We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e2978c commit 7db4da5Copy full SHA for 7db4da5
src/finalizing/templates/index-html.njk
@@ -6,7 +6,7 @@
6
<meta name="viewport" content="width=device-width, initial-scale=1" />
7
<link rel="icon" type="image/png" href="https://humanatlas.io/favicon.png" />
8
9
- <title>{{ title }}, {{ version }}</title>
+ <title>{{ was_derived_from.title }}, {{ version }}</title>
10
{% if includeBaseHref %}
11
<base href="{{ iri }}/">
12
{% endif %}
0 commit comments