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
|
|
@ -1,30 +0,0 @@
|
|||
---
|
||||
layout: base.njk
|
||||
pagination:
|
||||
data: languages
|
||||
size: 1
|
||||
alias: langKey
|
||||
<!-- 88x31: WEBP.gif -->
|
||||
pageTitle: 88x31
|
||||
tags: misc
|
||||
---
|
||||
{% from "macros.njk" import i88x31 with context %}
|
||||
|
||||
<main class="misc88x31Page">
|
||||
<div class="box pageHeaderBox">
|
||||
<h1>88x31</h1>
|
||||
<p>{{ t.intro }}</p>
|
||||
</div>
|
||||
<hr>
|
||||
<h2>{{ t.me }}</h2>
|
||||
<div class="homeBadgesBox">
|
||||
{{ i88x31("tenkuma.gif") }}
|
||||
{{ i88x31("mrnandokk.gif") }}
|
||||
</div>
|
||||
<h2>{{ t.others }}</h2>
|
||||
<div class="homeBadgesBox">
|
||||
{% for image in collections.88x31 %}
|
||||
{{ i88x31(image.fileSlug) }}
|
||||
{% endfor %}
|
||||
</div>
|
||||
</main>
|
||||
Loading…
Reference in a new issue