drop down update
This commit is contained in:
parent
50e8bcb31a
commit
20308d21bb
|
@ -17,18 +17,11 @@ replace = /(\.html$)|(^index\.html$)/
|
||||||
mixin tree(head, tail)
|
mixin tree(head, tail)
|
||||||
for val, key in head
|
for val, key in head
|
||||||
if key !== '.git' && key !== '_data'
|
if key !== '.git' && key !== '_data'
|
||||||
if key == '_contents'
|
li #{key}
|
||||||
each file in val
|
|
||||||
if filter.test(file) && !/^404\.html/.test(file)
|
|
||||||
- file = file.replace(replace, "");
|
|
||||||
li: a(href="#{ tail + file }")= tail + file
|
|
||||||
else
|
|
||||||
mixin tree(val, tail + key + "/")
|
|
||||||
|
|
||||||
h1 Sitemap
|
|
||||||
ol
|
|
||||||
mixin tree(public, "/")
|
|
||||||
|
|
||||||
|
mixin tree(public.docs.js, "")
|
||||||
|
mixin tree(public.docs.dart, "")
|
||||||
|
|
||||||
|
|
||||||
h2.hero-subtitle.text-subhead
|
h2.hero-subtitle.text-subhead
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
list-style-type: decimal;
|
list-style-type: decimal;
|
||||||
font-size: 14px;
|
font-size: 12px;
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
|
|
Loading…
Reference in New Issue