aboutsummaryrefslogtreecommitdiff
path: root/_includes/i18n/footer.ja.html
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-07-09 22:10:02 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2025-07-09 22:10:02 +0200
commit419882a889df4198f1af811381f1958e23211ceb (patch)
treeeb611322296b785d74628234fb64eff93fda9ed2 /_includes/i18n/footer.ja.html
parentddb547694fbc649933328effd1ae08dab5eb1eea (diff)
added i18n + wip software postHEADmaster
Diffstat (limited to '_includes/i18n/footer.ja.html')
-rw-r--r--_includes/i18n/footer.ja.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/_includes/i18n/footer.ja.html b/_includes/i18n/footer.ja.html
new file mode 100644
index 0000000..8ec1a9b
--- /dev/null
+++ b/_includes/i18n/footer.ja.html
@@ -0,0 +1,16 @@
+<div class="column">
+ <span class="title">記事メタデータ</span>
+ <ul>
+ <li>{{ page.authors | map: 'nick' | sentence_join: 'nobody?' }}が書いた</li>
+ <li>最初{{ page.meta.date_initial | datefmt }}に投稿された</li>
+ <li>{{ page.meta.edits }}回変更された</li>
+ <li>最後{{ page.meta.date | datefmt }}にアップした</li>
+ </ul>
+</div>
+<div class="column">
+ <a href="/" class="title">{{ site.domain }}</a>
+ <ul>
+ <li>バージョン<code>{{ site.data.meta.slug }}</code> (<a href="https://git.pipeframe.xyz/lonkaars/blog">git</a>)</li>
+ <li>{{ site.data.meta.build_date | datefmt }}でビルドされた</li>
+ </ul>
+</div>