mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
template bugfixes - code expand, sidebar
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<script src="assets/js/multicodetab.js"></script>
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
$().multicode_tabs_pandoc();
|
||||
$().multicode_tabs();
|
||||
hljs.initHighlighting();
|
||||
make_code_expandable();
|
||||
});
|
||||
@@ -21,9 +21,9 @@
|
||||
|
||||
{% block sidebar %}
|
||||
{% if currentpage.sidebar %}
|
||||
<div class="dev_nav_wrapper" style="margin-bottom: 0px;">
|
||||
<div class="dev_nav_wrapper">
|
||||
<div id="cont">
|
||||
<ul id="dev_nav_sidebar">
|
||||
<ul class="dev_nav_sidebar">
|
||||
<li class="level-1"><a href="index.html">Category: {{ currentpage.category }}</a></li>
|
||||
{% for page in pages %}
|
||||
{% if page.category == currentpage.category %}
|
||||
|
||||
Reference in New Issue
Block a user