nerd-fonts/index.html

29 lines
577 B
HTML
Raw Normal View History

---
---
<!DOCTYPE html>
<html dir="ltr" lang="en">
2019-07-23 23:36:00 +02:00
{% include header.html %}
<body>
<div id="main">
2019-07-23 23:36:00 +02:00
{% include topnav.html %}
{% for page in site.posts reversed %}
2019-07-23 23:36:00 +02:00
{% 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>
2019-07-23 23:36:00 +02:00
{% include analytics.html %}
{% include scripts.html %}
</body>
</html>