Complete rework + eleventy
This commit is contained in:
commit
5f2e7393f7
86 changed files with 2785 additions and 0 deletions
18
languages.njk
Normal file
18
languages.njk
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
permalink: "/index.html"
|
||||
layout: base.njk
|
||||
langKey: "en"
|
||||
---
|
||||
<script src="/static/scripts/language.js" defer></script>
|
||||
<style>
|
||||
#headerLinks {
|
||||
display: none!important;
|
||||
}
|
||||
</style>
|
||||
<main>
|
||||
<h1 id="languageTitle">Pick a language</h1>
|
||||
<ul id="languageList">
|
||||
<li><a href="/en/">English</a></li>
|
||||
<li><a href="/pt/">Português Brasileiro</a></li>
|
||||
</ul>
|
||||
</main>
|
||||
Loading…
Add table
Add a link
Reference in a new issue