Use simple templating for static processing
This commit is contained in:
@@ -30,24 +30,9 @@
|
||||
<link rel="me" href="https://grapheneos.social/@GrapheneOS"/>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<nav id="site-menu">
|
||||
<ul>
|
||||
<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>
|
||||
<li><a href="/usage">Usage</a></li>
|
||||
<li><a href="/faq">FAQ</a></li>
|
||||
<li><a href="/releases">Releases</a></li>
|
||||
<li><a href="/source">Source</a></li>
|
||||
<li><a href="/history/">History</a></li>
|
||||
<li><a href="/articles/">Articles</a></li>
|
||||
<li><a href="/donate">Donate</a></li>
|
||||
<li aria-current="page"><a href="/contact">Contact</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
{% with current_page="contact" %}
|
||||
{% include "header.html" %}
|
||||
{% endwith %}
|
||||
<main id="contact">
|
||||
<h1><a href="#contact">Contact</a></h1>
|
||||
|
||||
@@ -215,17 +200,7 @@
|
||||
</section>
|
||||
</section>
|
||||
</main>
|
||||
<footer>
|
||||
<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>
|
||||
<li><a href="https://grapheneos.social/@GrapheneOS">Mastodon</a></li>
|
||||
<li><a href="https://github.com/GrapheneOS">GitHub</a></li>
|
||||
<li><a href="https://reddit.com/r/GrapheneOS">Reddit</a></li>
|
||||
<li><a href="https://www.linkedin.com/company/grapheneos/">LinkedIn</a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
{% include "footer.html" %}
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
|
||||
Reference in New Issue
Block a user