2015-05-19 22:29:34 +01:00
|
|
|
{% include "lib/githubLinks.html" -%}
|
2015-04-25 14:29:20 -07:00
|
|
|
{% extends 'layout/base.template.html' -%}
|
|
|
|
{% block body -%}
|
2015-05-15 13:57:38 +01:00
|
|
|
p.location-badge.
|
2015-05-19 22:29:34 +01:00
|
|
|
defined in {$ githubViewLink(doc) $}
|
2015-05-15 13:57:38 +01:00
|
|
|
|
2015-04-25 14:29:20 -07:00
|
|
|
ul
|
|
|
|
for page, slug in public.docs[current.path[1]][current.path[2]][current.path[3]][current.path[4]]._data
|
|
|
|
if slug != 'index'
|
2015-07-28 11:58:56 +01:00
|
|
|
- var url = "/docs/" + current.path[1] + "/" + current.path[2] + "/" + current.path[3] + "/" + current.path[4] + "/" + slug + ".html"
|
2015-04-25 14:29:20 -07:00
|
|
|
|
|
|
|
li.c8
|
|
|
|
!= partial("../../../../../_includes/_hover-card", {name: page.title, url: url })
|
|
|
|
|
|
|
|
{% endblock %}
|