From 01e7a01daf1fc393dfe9ae6d3337870d23d16d08 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 6 Feb 2020 23:27:47 +0900 Subject: Clean up --- src/docs/base.pug | 50 -------------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 src/docs/base.pug (limited to 'src/docs/base.pug') diff --git a/src/docs/base.pug b/src/docs/base.pug deleted file mode 100644 index 7d6af89dec..0000000000 --- a/src/docs/base.pug +++ /dev/null @@ -1,50 +0,0 @@ -doctype html - -html(lang= lang) - head - meta(charset="UTF-8") - meta(name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no") - title - | #{title} | Misskey Docs - link(rel="stylesheet" href="/docs/assets/style.css") - link(rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css") - script(src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js") - link(rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous") - block meta - - body - nav - ul - each doc in docs - li: a(href=`/docs/${lang}/${doc.name}`)= doc.title[lang] || doc.title['ja-JP'] - main - article - block main - if content - | !{content} - - aside. -
- - - - footer - block footer - small= copyright -- cgit v1.2.3-freya