diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-11-18 18:50:44 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-11-18 19:08:54 -0500 |
| commit | 75f4b333232ee99cd6af146c08a66c6ee4865f98 (patch) | |
| tree | 256d77eff66b5b8300fc0abde375047776d37b3a /static/history/copperheados.html | |
| parent | 61e13582028790192d61b367c6e605e50765db4b (diff) | |
set up SRI for future use by CSP v3
Diffstat (limited to 'static/history/copperheados.html')
| -rw-r--r-- | static/history/copperheados.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/history/copperheados.html b/static/history/copperheados.html index 791ba74a..fe08c407 100644 --- a/static/history/copperheados.html +++ b/static/history/copperheados.html @@ -22,9 +22,9 @@ <link rel="canonical" href="https://grapheneos.org/history/copperheados"/> <link rel="icon" href="/favicon.ico"/> <link rel="icon" sizes="any" type="image/svg+xml" href="/favicon.svg"/> - <link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/> + <link rel="mask-icon" href="{{path|/mask-icon.svg}}" color="#1a1a1a"/> <link rel="apple-touch-icon" href="/apple-touch-icon.png"/> - <link rel="stylesheet" href="/main.css"/> + {{css|/main.css}} <link rel="manifest" href="/manifest.webmanifest"/> <link rel="license" href="/LICENSE.txt"/> </head> @@ -32,7 +32,7 @@ <header> <nav id="site-menu"> <ul> - <li><a href="/"><img src="/mask-icon.svg" alt=""/>GrapheneOS</a></li> + <li><a href="/"><img src="{{path|/mask-icon.svg}}" alt=""/>GrapheneOS</a></li> <li><a href="/features">Features</a></li> <li><a href="/install/">Install</a></li> <li><a href="/build">Build</a></li> @@ -124,7 +124,7 @@ </section> </main> <footer> - <a href="/"><img src="/mask-icon.svg" width="512" height="512" alt=""/>GrapheneOS</a> + <a href="/"><img src="{{path|/mask-icon.svg}}" width="512" height="512" alt=""/>GrapheneOS</a> <ul id="social"> <li><a href="https://twitter.com/GrapheneOS">Twitter</a></li> <li><a href="https://github.com/GrapheneOS">GitHub</a></li> |
