summaryrefslogtreecommitdiff
path: root/static/articles/grapheneos-servers.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-11-18 18:50:44 -0500
committerDaniel Micay <danielmicay@gmail.com>2021-11-18 19:08:54 -0500
commit75f4b333232ee99cd6af146c08a66c6ee4865f98 (patch)
tree256d77eff66b5b8300fc0abde375047776d37b3a /static/articles/grapheneos-servers.html
parent61e13582028790192d61b367c6e605e50765db4b (diff)
set up SRI for future use by CSP v3
Diffstat (limited to 'static/articles/grapheneos-servers.html')
-rw-r--r--static/articles/grapheneos-servers.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/static/articles/grapheneos-servers.html b/static/articles/grapheneos-servers.html
index 22a18065..32a6a273 100644
--- a/static/articles/grapheneos-servers.html
+++ b/static/articles/grapheneos-servers.html
@@ -22,18 +22,18 @@
<link rel="canonical" href="https://grapheneos.org/articles/grapheneos-servers"/>
<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"/>
- <script type="module" src="/js/redirect.js"></script>
+ {{js|/js/redirect.js}}
</head>
<body>
<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>
@@ -542,7 +542,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>