nerd-fonts/font-downloads.html
Ryan L McIntyre 8f79ba5bf4 Improves download page DOM rendering perf
* refactored and simplified DOM elements
2020-12-05 02:25:00 -08:00

19 lines
492 B
HTML
Executable file

---
---
<!DOCTYPE html>
<html dir="ltr" lang="en">
{% include header.html %}
<body id="main" class="section-page-wrapper">
{% assign page = site.posts[3] %}
{% include topnav.html %}
{% include section.html %}
<div id="footer" class="section text-white">
<div class="container">
{% capture foottext %} {% include footer.md %} {% endcapture %}
{{ foottext | markdownify }}
</div>
</div>
{% include analytics.html %}
{% include scripts.html %}
</body>
</html>