Skip to content

Commit 291343b

Browse files
Merge pull request #85 from creativecommons/fix-404
add theme pathway to correct `cc-icons.svg` 404 error
2 parents 37d6872 + 0579f67 commit 291343b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1231,10 +1231,10 @@ <h2>Support Our Work</h2>
12311231
<p>Except where otherwise <a href="/policies/#license">noted</a>, content on this site is licensed under a <a href="/licenses/by/4.0/">Creative Commons Attribution 4.0 International license</a>. Icons by <a href="https://fontawesome.com/" target="_blank">Font Awesome</a>.</p>
12321232

12331233
<svg>
1234-
<use href="/vocabulary/svg/cc/icons/cc-icons.svg#cc-logo"></use>
1234+
<use href="/wp-content/themes/vocabulary-theme/vocabulary/svg/cc/icons/cc-icons.svg#cc-logo"></use>
12351235
</svg>
12361236
<svg>
1237-
<use href="/vocabulary/svg/cc/icons/cc-icons.svg#cc-by"></use>
1237+
<use href="/wp-content/themes/vocabulary-theme/vocabulary/svg/cc/icons/cc-icons.svg#cc-by"></use>
12381238
</svg>
12391239
</div>
12401240

0 commit comments

Comments
 (0)