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 %}
|
{% include header.html %}
|
||||||
<body>
|
<body>
|
||||||
<div id="main">
|
<div id="main">
|
||||||
|
|
||||||
{% include topnav.html %}
|
{% include topnav.html %}
|
||||||
|
|
||||||
{% for page in site.posts reversed %}
|
{% for page in site.posts reversed %}
|
||||||
{% if page.page == nil %}
|
{% if page.page == nil %}
|
||||||
{% include section.html %}
|
{% include section.html %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
<div id="footer" class="section text-white">
|
<div id="footer" class="section text-white">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
{% capture foottext %} {% include footer.md %} {% endcapture %}
|
{% capture foottext %} {% include footer.md %} {% endcapture %}
|
||||||
@ -21,7 +18,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include analytics.html %}
|
{% include analytics.html %}
|
||||||
{% include scripts.html %}
|
{% include scripts.html %}
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user