Skip to content

Commit

Permalink
Fix envinroment-depended paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Martyanov committed Mar 27, 2018
1 parent f0febb1 commit 4341e4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _index/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<p class="text-muted">File directory originally hosted on <a href="https://example.org/">example.org</a> using NGINX webserver. Bootstrap adoptation: <a href="https://github.com/llorephie/ngx-fancyindex-theme-bootstrap" rel="noindex,follow">ngx-fancyindex-theme-bootstrap</a> by <a href="https://llorephie.me/" rel="noindex,follow">Maxim Llorephie</a>.</p>
</div>
</footer>
<script src="/.index/jquery-3.3.1.slim.min.js"></script>
<script src="/.index/bootstrap.min.js"></script>
<script src="/.index/main.js"></script>
<script src="/_index/jquery-3.3.1.slim.min.js"></script>
<script src="/_index/bootstrap.min.js"></script>
<script src="/_index/main.js"></script>

</body>
</html>
Expand Down

0 comments on commit 4341e4a

Please sign in to comment.