1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2024-12-19 20:12:52 +02:00
nerd-fonts/index.html
Ryan L McIntyre 7efd789755
Update index.html
Remove extra whitespace
2019-07-27 13:46:09 -07:00

25 lines
573 B
HTML
Executable File

---
---
<!DOCTYPE html>
<html dir="ltr" lang="en">
{% include header.html %}
<body>
<div id="main">
{% include topnav.html %}
{% for page in site.posts reversed %}
{% if page.page == nil %}
{% include section.html %}
{% endif %}
{% endfor %}
<div id="footer" class="section text-white">
<div class="container">
{% capture foottext %} {% include footer.md %} {% endcapture %}
{{ foottext | markdownify }}
</div>
</div>
</div>
{% include analytics.html %}
{% include scripts.html %}
</body>
</html>