mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 12:18:17 +00:00 
			
		
		
		
	Solved double ul bug
This commit is contained in:
		@@ -22,9 +22,9 @@
 | 
			
		||||
         {% endif %}
 | 
			
		||||
      </a>
 | 
			
		||||
      {% if item.children %}
 | 
			
		||||
        <ul x-show="expanded" class="toctree-l{{ level + 1 }}">
 | 
			
		||||
        <div x-show="expanded">
 | 
			
		||||
          {{ render_headings(item.children, level+1) }}
 | 
			
		||||
        </ul>
 | 
			
		||||
        </div>
 | 
			
		||||
      {% endif %}
 | 
			
		||||
    </li>
 | 
			
		||||
  {% endfor %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user