migrate social links in footers to the new format
This commit is contained in:
parent
1503d660d2
commit
5f1ba9177a
@ -510,10 +510,10 @@ export PATH="$PATH:$HOME/sdk/tools:$HOME/sdk/tools/bin:$HOME/sdk/platform-tools:
|
||||
</div>
|
||||
<footer>
|
||||
<a href="/"><img src="https://grapheneos.org/logo.png" width="512" height="512" alt=""/>GrapheneOS</a>
|
||||
<div id="social">
|
||||
<a href="https://twitter.com/GrapheneOS">Twitter</a>
|
||||
<a href="https://github.com/GrapheneOS">GitHub</a>
|
||||
</div>
|
||||
<ul id="social">
|
||||
<li><a href="https://twitter.com/GrapheneOS">Twitter</a></li>
|
||||
<li><a href="https://github.com/GrapheneOS">GitHub</a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -46,10 +46,10 @@
|
||||
</div>
|
||||
<footer>
|
||||
<a href="/"><img src="https://grapheneos.org/logo.png" width="512" height="512" alt=""/>GrapheneOS</a>
|
||||
<div id="social">
|
||||
<a href="https://twitter.com/GrapheneOS">Twitter</a>
|
||||
<a href="https://github.com/GrapheneOS">GitHub</a>
|
||||
</div>
|
||||
<ul id="social">
|
||||
<li><a href="https://twitter.com/GrapheneOS">Twitter</a></li>
|
||||
<li><a href="https://github.com/GrapheneOS">GitHub</a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user