2016-10-30 01:02:14 +02:00
|
|
|
---
|
|
|
|
---
|
|
|
|
|
|
|
|
<!doctype html>
|
2017-10-28 22:01:13 +02:00
|
|
|
<!--
|
2023-09-29 04:03:51 +02:00
|
|
|
Minimal Mistakes Jekyll Theme 4.24.0 by Michael Rose
|
|
|
|
Copyright 2013-2020 Michael Rose - mademistakes.com | @mmistakes
|
2017-10-28 22:01:13 +02:00
|
|
|
Free for personal and commercial use under the MIT license
|
2023-09-29 04:03:51 +02:00
|
|
|
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
|
2017-10-28 22:01:13 +02:00
|
|
|
-->
|
2023-09-29 04:03:51 +02:00
|
|
|
|
2016-10-30 01:02:14 +02:00
|
|
|
<html lang="{{ site.locale | slice: 0,2 | default: "en" }}" class="no-js">
|
|
|
|
<head>
|
|
|
|
{% include head.html %}
|
|
|
|
{% include head/custom.html %}
|
|
|
|
</head>
|
|
|
|
|
2023-09-30 18:45:32 +02:00
|
|
|
<!-- hacks-guide change start: Disable caching -->
|
2016-10-30 01:02:14 +02:00
|
|
|
<body class="layout--{{ page.layout | default: layout.layout }}{% if page.classes or layout.classes %}{{ page.classes | default: layout.classes | join: ' ' | prepend: ' ' }}{% endif %}">
|
2023-09-29 04:03:51 +02:00
|
|
|
{% include skip-links.html %}
|
2019-07-06 03:46:01 +02:00
|
|
|
{% include browser-upgrade.html %}
|
|
|
|
{% include masthead.html %}
|
2016-10-30 01:02:14 +02:00
|
|
|
|
2023-09-29 04:03:51 +02:00
|
|
|
<div class="initial-content">
|
|
|
|
{{ content }}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{% if site.search == true %}
|
|
|
|
<div class="search-content">
|
|
|
|
{% include search/search_form.html %}
|
|
|
|
</div>
|
|
|
|
{% endif %}
|
2016-10-30 01:02:14 +02:00
|
|
|
|
2023-09-29 04:03:51 +02:00
|
|
|
<div id="footer" class="page__footer">
|
2016-10-30 01:02:14 +02:00
|
|
|
<footer>
|
|
|
|
{% include footer/custom.html %}
|
2019-07-06 03:46:01 +02:00
|
|
|
{% include footer.html %}
|
2016-10-30 01:02:14 +02:00
|
|
|
</footer>
|
|
|
|
</div>
|
2023-09-30 18:45:32 +02:00
|
|
|
<!-- hacks-guide change end -->
|
2016-10-30 01:02:14 +02:00
|
|
|
|
|
|
|
{% include scripts.html %}
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|