Add social page with archived mastodon posts, move source to /site
This commit is contained in:
parent
a301a5cc5e
commit
648869bf76
40 changed files with 58 additions and 2 deletions
18
site/languages.njk
Normal file
18
site/languages.njk
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
permalink: "/index.html"
|
||||
layout: base.njk
|
||||
langKey: "en"
|
||||
---
|
||||
<script src="{{ '/static/scripts/language.js' | url }}" defer></script>
|
||||
<style>
|
||||
#headerLinks {
|
||||
display: none!important;
|
||||
}
|
||||
</style>
|
||||
<main>
|
||||
<h1 id="languageTitle">Pick a language</h1>
|
||||
<ul id="languageList">
|
||||
<li><a href="{{ '/en/' | url }}">English</a></li>
|
||||
<li><a href="{{ '/pt/' | url }}">Português Brasileiro</a></li>
|
||||
</ul>
|
||||
</main>
|
||||
Loading…
Reference in a new issue