mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-19 20:12:52 +02:00
22 lines
527 B
HTML
22 lines
527 B
HTML
|
---
|
||
|
---
|
||
|
<!DOCTYPE html>
|
||
|
<html dir="ltr" lang="en">
|
||
|
{% include header.html %}
|
||
|
<body>
|
||
|
<div 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>
|
||
|
</div>
|
||
|
{% include analytics.html %}
|
||
|
{% include scripts.html %}
|
||
|
</body>
|
||
|
</html>
|