Change string markings for replacements
This commit is contained in:
@@ -22,19 +22,19 @@
|
||||
<link rel="canonical" href="https://grapheneos.org/faq"/>
|
||||
<link rel="icon" href="/favicon.ico"/>
|
||||
<link rel="icon" sizes="any" type="image/svg+xml" href="/favicon.svg"/>
|
||||
<link rel="mask-icon" href="{{path|/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"/>
|
||||
{{css|/main.css}}
|
||||
[[css|/main.css]]
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="license" href="/LICENSE.txt"/>
|
||||
<link rel="me" href="https://grapheneos.social/@GrapheneOS"/>
|
||||
{{js|/js/redirect.js}}
|
||||
[[js|/js/redirect.js]]
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<nav id="site-menu">
|
||||
<ul>
|
||||
<li><a href="/"><img src="{{path|/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>
|
||||
@@ -1872,7 +1872,7 @@
|
||||
</article>
|
||||
</main>
|
||||
<footer>
|
||||
<a href="/"><img src="{{path|/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://discuss.grapheneos.org/">Forum</a></li>
|
||||
<li><a href="https://twitter.com/GrapheneOS">Twitter</a></li>
|
||||
|
||||
Reference in New Issue
Block a user