diff options
author | Błażej Kardyś <bkardys@virtuslab.com> | 2020-06-15 11:28:53 +0200 |
---|---|---|
committer | Błażej Kardyś <bkardys@virtuslab.com> | 2020-06-23 02:19:14 +0200 |
commit | ef2db3b74d2653c2f84eda4d7058ffcb546dae1d (patch) | |
tree | 1efa3ef473d9792849a2e89ec2578e2a398f64ad /plugins/javadoc/src/main/resources | |
parent | 04b4c725364e33617a7607493e39308b0ba79d58 (diff) | |
download | dokka-ef2db3b74d2653c2f84eda4d7058ffcb546dae1d.tar.gz dokka-ef2db3b74d2653c2f84eda4d7058ffcb546dae1d.tar.bz2 dokka-ef2db3b74d2653c2f84eda4d7058ffcb546dae1d.zip |
Adding base brief rendering
Diffstat (limited to 'plugins/javadoc/src/main/resources')
-rw-r--r-- | plugins/javadoc/src/main/resources/views/components/head.korte | 2 | ||||
-rw-r--r-- | plugins/javadoc/src/main/resources/views/components/subNav.korte | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/javadoc/src/main/resources/views/components/head.korte b/plugins/javadoc/src/main/resources/views/components/head.korte index 758e6fbc..d742a7a9 100644 --- a/plugins/javadoc/src/main/resources/views/components/head.korte +++ b/plugins/javadoc/src/main/resources/views/components/head.korte @@ -6,7 +6,7 @@ <link rel="stylesheet" type="text/css" href="{{ pathToRoot }}stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="{{ pathToRoot }}jquery/jquery-ui.css" title="Style"> <script src="{{ pathToRoot }}tag-search-index.js"></script> - <script src="{{ pathToRoot }} jquery/jszip/dist/jszip.js"></script> + <script src="{{ pathToRoot }}jquery/jszip/dist/jszip.js"></script> <script type="text/javascript" src="{{ pathToRoot }}script.js"></script> <script type="text/javascript" src="{{ pathToRoot }}jquery/jszip/dist/jszip.min.js"></script> <script type="text/javascript" src="{{ pathToRoot }}jquery/jszip-utils/dist/jszip-utils.min.js"></script> diff --git a/plugins/javadoc/src/main/resources/views/components/subNav.korte b/plugins/javadoc/src/main/resources/views/components/subNav.korte index 9cfbf588..69d8467d 100644 --- a/plugins/javadoc/src/main/resources/views/components/subNav.korte +++ b/plugins/javadoc/src/main/resources/views/components/subNav.korte @@ -1,6 +1,6 @@ <div class="subNav"> <ul class="navList" id="allclasses_navbar_top" style="display: block;"> -<li><a href="../allclasses.html">All Classes</a></li> +<li><a href="{{ pathToRoot }}allclasses.html">All Classes</a></li> </ul> {% if type != "bottom" %} <ul class="navListSearch"> |