Add misc section with full per-page strings translation support, 88x31 page and bookmarks page.
This commit is contained in:
parent
45aa627911
commit
74285e314d
89 changed files with 291 additions and 9 deletions
6
misc/88x31/en.json
Normal file
6
misc/88x31/en.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"pageDescription": "My collection of 88x31 GIFs and images.",
|
||||
"intro": "This is the collection of 88x31 GIFs and images I've downloaded across the web.",
|
||||
"others": "Others",
|
||||
"me": "Made by me"
|
||||
}
|
||||
26
misc/88x31/index.njk
Normal file
26
misc/88x31/index.njk
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
layout: base.njk
|
||||
pagination:
|
||||
data: languages
|
||||
size: 1
|
||||
alias: langKey
|
||||
<!-- 88x31: WEBP.gif -->
|
||||
pageTitle: 88x31
|
||||
tags: misc
|
||||
---
|
||||
|
||||
<main>
|
||||
<div class="box pageHeaderBox">
|
||||
<h1>88x31</h1>
|
||||
<p>{{ t.intro }}</p>
|
||||
</div>
|
||||
<hr>
|
||||
<h2>{{ t.me }}</h2>
|
||||
<img class="i88x31" src="/static/images/88x31/tenkuma.gif">
|
||||
<h2>{{ t.others }}</h2>
|
||||
<div class="">
|
||||
{% for image in collections.88x31 %}
|
||||
<img class="i88x31" src="{{ image.url }}">
|
||||
{% endfor %}
|
||||
</div>
|
||||
</main>
|
||||
6
misc/88x31/pt.json
Normal file
6
misc/88x31/pt.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"pageDescription": "Minha coleção de GIFs e imagens 88x31.",
|
||||
"intro": "Essa é uma coleção de GIFs e imagens 88x31 que eu baixei pela internet.",
|
||||
"others": "Outros",
|
||||
"me": "Feitos por mim"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue