mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
Support pages in subfolder
Pages that exist in subfolders such as /tutorials/ are now OK, as long as the add this line to the frontmatter: prefix: "/" This ensures that nav elements including top nav, sidebar, breadcrumbs, all work, and that the appropriate JavaScript loads as intended.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
||||
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
||||
|
||||
<script src="assets/vendor/jquery-3.6.0.min.js"></script>
|
||||
<script src="{{currentpage.prefix}}assets/vendor/jquery-3.6.0.min.js"></script>
|
||||
<link href="{{currentpage.prefix}}assets/css/devportal2021.css" rel="stylesheet" />
|
||||
|
||||
{% block head %}
|
||||
|
||||
Reference in New Issue
Block a user