generated from cncf/hugo-netlify-starter
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
index.md
has
<div class="column">
## Contact
* Zulip chat: <https://servo.zulipchat.com/>
* GitHub discussions: <https://github.com/servo/servo/discussions>
* Email: <[email protected]>
* Mastodon: <https://floss.social/@servo>
* Twitter: <https://twitter.com/ServoDev>
</div>
<div class="column">
## Downloads
...
Which generates the HTML:
...
<li>
<p>Twitter: <a href="https://twitter.com/ServoDev">https://twitter.com/ServoDev</a></p>
</div>
<div class="column">
</li>
</ul>
<h2 id="downloads" tabindex="-1">Downloads <a class="header-anchor" href="#downloads">
<span class="icon hashlink"><i class="fas fa-link"></i></span>
</a></h2>
<div class="downloads">
...
Note how the </li>
is after the closing div and new column div. Not sure why/how this happens (generator bug?) so no PR :(
Metadata
Metadata
Assignees
Labels
No labels