Update archive list.

This commit is contained in:
ccd0 2017-10-30 09:42:52 -07:00
parent 010fa78007
commit a4ee4fe937

View File

@ -238,7 +238,7 @@ Main =
for styleSheet in styleSheets
if styleSheet.href is mainStyleSheet?.href
style = styleSheet.title.toLowerCase().replace('new', '').trim().replace /\s+/g, '-'
style = 'spooky' if style.href.match(/[a-z]*(?=[^/]*$)/)[0] is 'spooky'
style = styleSheet.href.match(/[a-z]*(?=[^/]*$)/)[0] if style is '_special'
break
if style
$.addClass doc, style