]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix stray end tags on website
authorDonovan Glover <donovan@dglover.co>
Tue, 19 Oct 2021 20:28:45 +0000 (16:28 -0400)
committerJeremy Thomas <bbxdesign@gmail.com>
Tue, 19 Oct 2021 20:50:45 +0000 (21:50 +0100)
docs/_includes/global/navbar-start.html
docs/_layouts/documentation.html

index 733223a057285290092d04368c5f0c37217a51e9..718e4af6fbf26b737a3f5213e6b2aebbe3839fce 100644 (file)
@@ -62,7 +62,6 @@
               </div>
               {{ link.subtitle }}
             </div>
-          </span>
         </a>
         {% unless forloop.last %}
           <hr class="navbar-divider {% if forloop.first %}{% endif %}">
index 8856b17afeb214dba8fe885832cdf2443b5386a6..bdb1e8027f0f2bff3a06d1c62bc9c57c09a52177 100644 (file)
@@ -61,5 +61,5 @@ route: documentation
     {% endif %}
 
     {% include components/anchors.html %}
-  </aide>
+  </aside>
 </div>