mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-19 20:12:52 +02:00
Update index.html
Remove extra whitespace
This commit is contained in:
parent
ced5c9f259
commit
7efd789755
@ -5,15 +5,12 @@
|
||||
{% 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 %}
|
||||
@ -21,7 +18,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% include analytics.html %}
|
||||
{% include scripts.html %}
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user