2019-07-23 23:36:00 +02:00
|
|
|
---
|
|
|
|
---
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html dir="ltr" lang="en">
|
2023-05-20 11:08:09 +02:00
|
|
|
{% 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>
|
2019-07-23 23:36:00 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2023-05-20 11:08:09 +02:00
|
|
|
{% include analytics.html %}
|
|
|
|
{% include scripts.html %}
|
|
|
|
<script
|
|
|
|
src="https://cdn.jsdelivr.net/npm/minisearch@6.1.0/dist/umd/index.min.js"></script>
|
|
|
|
<script
|
|
|
|
src="cheat-sheet.js"></script>
|
|
|
|
</body>
|
2019-07-23 23:36:00 +02:00
|
|
|
</html>
|