mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-20 01:22:52 +08:00
5 lines
229 B
HTML
5 lines
229 B
HTML
|
<@ for doc in docs @><@ if doc.URL and doc.private != true @>
|
||
|
<li class="capitalize {% if page.id == '{{<$ doc.name $> | slugify}}' %}active{% endif %}">
|
||
|
<a href="/<$ doc.URL $>"><$ doc.name $></a>
|
||
|
</li><@ endif @><@ endfor @>
|