Skip to content

Commit c211313

Browse files
Update docs resources: move logos from templates to static dir.
1 parent 8640aa4 commit c211313

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/_templates/sponsors.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
and by <a href="https://ncas.ac.uk/">NCAS</a>.
1717
<br>
1818
<br>
19-
<img src="{{ pathto('_templates/logo_EC.png', 1) }}" height="40">
20-
<img src="{{ pathto('_templates/logo_ERC.png', 1) }}" height="40">
21-
<img src="{{ pathto('_templates/logo_NERC.png', 1) }}" height="40">
19+
<img src="{{ pathto('_static/logo_EC.png', 1) }}" height="40">
20+
<img src="{{ pathto('_static/logo_ERC.png', 1) }}" height="40">
21+
<img src="{{ pathto('_static/logo_NERC.png', 1) }}" height="40">
2222
<br>
23-
<img src="{{ pathto('_templates/logo_NCAS.png', 1) }}" height="40">
23+
<img src="{{ pathto('_static/logo_NCAS.png', 1) }}" height="40">

0 commit comments

Comments
 (0)