chore(dgeni): TS 1.8 patch cont.

This commit is contained in:
perry
2016-03-11 17:59:30 -06:00
parent 92446157a4
commit 4a1dce3be6

View File

@ -1,4 +1,4 @@
<@ for doc in docs @><@ if doc.URL and doc.private != true and doc.name @>
<li class="capitalize {% if page.id == '<$ doc.name|lower|replace(' ','-')$>' %}active{% endif %}">
<a href="/<$ doc.URL|replace('// ','/') $>"><$ doc.name $></a>
<a href="/<$ doc.URL|replace('\/\/ ','/') $>"><$ doc.name $></a>
</li><@ endif @><@ endfor @>