diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-06 23:27:47 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-06 23:27:47 +0900 |
| commit | 01e7a01daf1fc393dfe9ae6d3337870d23d16d08 (patch) | |
| tree | 2963fa0958ed2787b7d8853c157de09dd029e71c /src/docs/base.pug | |
| parent | Not found page (diff) | |
| download | sharkey-01e7a01daf1fc393dfe9ae6d3337870d23d16d08.tar.gz sharkey-01e7a01daf1fc393dfe9ae6d3337870d23d16d08.tar.bz2 sharkey-01e7a01daf1fc393dfe9ae6d3337870d23d16d08.zip | |
Clean up
Diffstat (limited to 'src/docs/base.pug')
| -rw-r--r-- | src/docs/base.pug | 50 |
1 files changed, 0 insertions, 50 deletions
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. - <div id="disqus_thread"></div> - <script> - - /** - * RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS. - * LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/ - /* - var disqus_config = function () { - this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable - this.page.identifier = "#{ id }"; // Replace PAGE_IDENTIFIER with your page's unique identifier variable - }; - */ - (function() { // DON'T EDIT BELOW THIS LINE - var d = document, s = d.createElement('script'); - s.src = 'https://misskey.disqus.com/embed.js'; - s.setAttribute('data-timestamp', +new Date()); - (d.head || d.body).appendChild(s); - })(); - </script> - <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> - - footer - block footer - small= copyright |