forked from mirrors/misskey
✌️
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