build(aio): fix paths to template macros in overview-dump template
This commit is contained in:
parent
ea02073c84
commit
8760bf7be4
|
@ -1,5 +1,5 @@
|
||||||
{% import "lib/githubLinks.html" as github -%}
|
{% import "api/lib/githubLinks.html" as github -%}
|
||||||
{% import "lib/paramList.html" as params -%}
|
{% import "api/lib/paramList.html" as params -%}
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
|
Loading…
Reference in New Issue