.github
_data
_includes
_layouts
_sass
assets
docs
_data
_docs
_drafts
_layouts
default.html
_pages
_pets
_portfolio
_posts
_recipes
assets
Gemfile
_config.dev.yml
_config.yml
screenshot-layouts.png
screenshot.png
test
.editorconfig
.gitattributes
.gitignore
CHANGELOG.md
Gemfile
LICENSE.txt
README.md
Rakefile
_config.yml
banner.js
index.html
minimal-mistakes-jekyll.gemspec
package.json
screenshot-layouts.png
screenshot.png
staticman.yml
46 lines
1.3 KiB
HTML
46 lines
1.3 KiB
HTML
---
|
|
---
|
|
|
|
<!doctype html>
|
|
<!--
|
|
Minimal Mistakes Jekyll Theme 4.7.0 by Michael Rose
|
|
Copyright 2017 Michael Rose - mademistakes.com | @mmistakes
|
|
Free for personal and commercial use under the MIT license
|
|
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt
|
|
-->
|
|
<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 %}">
|
|
|
|
{% include browser-upgrade.html %}
|
|
{% include masthead.html %}
|
|
|
|
{{ content }}
|
|
|
|
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
|
<div align="center" style="margin: 1em 0;">
|
|
<ins class="adsbygoogle"
|
|
style="display:block; border-bottom: initial;"
|
|
data-ad-client="ca-pub-7328585512091257"
|
|
data-ad-slot="3049671934"
|
|
data-ad-format="auto"></ins>
|
|
</div>
|
|
<script>
|
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
|
</script>
|
|
|
|
<div class="page__footer">
|
|
<footer>
|
|
{% include footer/custom.html %}
|
|
{% include footer.html %}
|
|
</footer>
|
|
</div>
|
|
|
|
{% include scripts.html %}
|
|
|
|
</body>
|
|
</html> |