2017-04-22 23:41:03 +02:00
|
|
|
---
|
|
|
|
---
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html dir="ltr" lang="en">
|
2019-07-23 23:36:00 +02:00
|
|
|
{% include header.html %}
|
2017-04-22 23:41:03 +02:00
|
|
|
<body>
|
|
|
|
<div id="main">
|
2023-10-08 20:45:51 +02:00
|
|
|
<div class="container">
|
2023-10-09 11:15:25 +02:00
|
|
|
<a href="https://github.com/ryanoasis/nerd-fonts" target="_blank" id="github"
|
2023-10-09 11:13:08 +02:00
|
|
|
class="nf nf-fa-github"></a>
|
2023-10-08 20:45:51 +02:00
|
|
|
</div>
|
2019-07-23 23:36:00 +02:00
|
|
|
{% include topnav.html %}
|
2017-04-22 23:41:03 +02:00
|
|
|
{% for page in site.posts reversed %}
|
2019-07-23 23:36:00 +02:00
|
|
|
{% if page.page == nil %}
|
|
|
|
{% include section.html %}
|
|
|
|
{% endif %}
|
2017-04-22 23:41:03 +02:00
|
|
|
{% 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 %}
|
2017-04-22 23:41:03 +02:00
|
|
|
</body>
|
|
|
|
</html>
|