added path to _utilFns to all api templates so that mixins become avail
This commit is contained in:
parent
f6b89d6202
commit
e3d525cf2a
|
@ -3,6 +3,7 @@
|
|||
{% extends 'layout/base.template.html' -%}
|
||||
|
||||
{% block body %}
|
||||
include ../../_util-fns
|
||||
p.location-badge.
|
||||
exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} }
|
||||
defined in {$ githubViewLink(doc) $}
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
{% extends 'layout/base.template.html' -%}
|
||||
|
||||
{% block body %}
|
||||
include ../../_util-fns
|
||||
.l-main-section
|
||||
h2(class="function export") {$ doc.name $}
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{% include "lib/githubLinks.html" -%}
|
||||
{% extends 'layout/base.template.html' -%}
|
||||
{% block body -%}
|
||||
include ../../_util-fns
|
||||
p.location-badge.
|
||||
defined in {$ githubViewLink(doc) $}
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
{% extends 'layout/base.template.html' %}
|
||||
|
||||
{% block body %}
|
||||
include ../../_util-fns
|
||||
.l-main-section
|
||||
p.location-badge.
|
||||
exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} }
|
||||
|
|
Loading…
Reference in New Issue