hacks-guide-minimal-mistake.../docs/_layouts/default.html

58 lines
1.7 KiB
HTML
Raw Normal View History

2017-12-08 00:14:30 +01:00
---
---
<!doctype html>
<!--
2021-07-05 22:32:52 +02:00
Minimal Mistakes Jekyll Theme 4.24.0 by Michael Rose
2020-03-11 00:02:57 +01:00
Copyright 2013-2020 Michael Rose - mademistakes.com | @mmistakes
2017-12-08 00:14:30 +01:00
Free for personal and commercial use under the MIT license
2018-10-09 23:46:34 +02:00
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE
2017-12-08 00:14:30 +01:00
-->
<html lang="{{ site.locale | slice: 0,2 | default: "en" }}" class="no-js">
<head>
{% include head.html %}
{% include head/custom.html %}
</head>
<body class="layout--{{ page.layout | default: layout.layout }}{% if page.classes or layout.classes %}{{ page.classes | default: layout.classes | join: ' ' | prepend: ' ' }}{% endif %}">
2019-06-11 01:31:59 +02:00
{% include_cached skip-links.html %}
2017-12-08 00:14:30 +01:00
{% include browser-upgrade.html %}
{% include masthead.html %}
<div class="initial-content">
{{ content }}
2021-05-31 19:23:01 +02:00
<div align="center" style="margin: 1em 0;">
2021-06-07 14:20:47 +02:00
<ins class="adsbygoogle"
style="display:block; border-bottom: initial;"
data-ad-client="ca-pub-7328585512091257"
data-ad-slot="3049671934"
2021-06-07 14:55:28 +02:00
data-ad-format="auto"
data-full-width-responsive="true"></ins>
2021-05-31 19:23:01 +02:00
</div>
2017-12-08 00:14:30 +01:00
</div>
{% if site.search == true %}
<div class="search-content">
2018-02-16 20:24:17 +01:00
{% include search/search_form.html %}
2017-12-08 00:14:30 +01:00
</div>
{% endif %}
<div class="page__footer">
<footer>
{% include footer/custom.html %}
{% include footer.html %}
</footer>
</div>
{% include scripts.html %}
2021-08-06 17:41:21 +02:00
<style>
.google-auto-placed {
margin: 2em auto;
}
</style>
2021-06-07 14:55:28 +02:00
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
2017-12-08 00:14:30 +01:00
</body>
2021-05-31 18:55:44 +02:00
</html>