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' -%}
|
{% extends 'layout/base.template.html' -%}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
|
include ../../_util-fns
|
||||||
p.location-badge.
|
p.location-badge.
|
||||||
exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} }
|
exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} }
|
||||||
defined in {$ githubViewLink(doc) $}
|
defined in {$ githubViewLink(doc) $}
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
{% extends 'layout/base.template.html' -%}
|
{% extends 'layout/base.template.html' -%}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
|
include ../../_util-fns
|
||||||
.l-main-section
|
.l-main-section
|
||||||
h2(class="function export") {$ doc.name $}
|
h2(class="function export") {$ doc.name $}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{% include "lib/githubLinks.html" -%}
|
{% include "lib/githubLinks.html" -%}
|
||||||
{% extends 'layout/base.template.html' -%}
|
{% extends 'layout/base.template.html' -%}
|
||||||
{% block body -%}
|
{% block body -%}
|
||||||
|
include ../../_util-fns
|
||||||
p.location-badge.
|
p.location-badge.
|
||||||
defined in {$ githubViewLink(doc) $}
|
defined in {$ githubViewLink(doc) $}
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
{% extends 'layout/base.template.html' %}
|
{% extends 'layout/base.template.html' %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
|
include ../../_util-fns
|
||||||
.l-main-section
|
.l-main-section
|
||||||
p.location-badge.
|
p.location-badge.
|
||||||
exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} }
|
exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} }
|
||||||
|
|
Loading…
Reference in New Issue