mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 03:46:19 +02:00
✌️
This commit is contained in:
16
src/web/docs/layout.pug
Normal file
16
src/web/docs/layout.pug
Normal file
@@ -0,0 +1,16 @@
|
||||
doctype html
|
||||
|
||||
mixin i18n(xs)
|
||||
each text, lang in xs
|
||||
span(class=`i18n ${lang}`)!= text
|
||||
|
||||
html
|
||||
head
|
||||
meta(charset="UTF-8")
|
||||
title
|
||||
block title
|
||||
block meta
|
||||
|
||||
body
|
||||
main
|
||||
block main
|
||||
Reference in New Issue
Block a user