add files
This commit is contained in:
17
_layouts/card.html
Normal file
17
_layouts/card.html
Normal file
@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html class="no-js" lang="en">
|
||||
|
||||
{% include head.html %}
|
||||
|
||||
<body class="card">
|
||||
|
||||
<main>
|
||||
<div class="card__content--{{ site.full_text_position }} card__content">
|
||||
{{ content }}
|
||||
{% include social.html %}
|
||||
</div>
|
||||
</main>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
19
_layouts/full.html
Executable file
19
_layouts/full.html
Executable file
@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html class="no-js" lang="en">
|
||||
|
||||
{% include head.html %}
|
||||
|
||||
<body class="full">
|
||||
|
||||
<main class="content--{{ site.full_text_position }}">
|
||||
<div class="full__image"></div>
|
||||
|
||||
<div class="full__content--{{ site.full_text_position }} full__content">
|
||||
{{ content }}
|
||||
{% include social.html %}
|
||||
</div>
|
||||
</main>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
18
_layouts/half.html
Normal file
18
_layouts/half.html
Normal file
@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html class="no-js" lang="en">
|
||||
|
||||
{% include head.html %}
|
||||
|
||||
<body class="half">
|
||||
|
||||
<main>
|
||||
<div class="half--{{ site.half_side }} half__content">
|
||||
{{ content }}
|
||||
{% include social.html %}
|
||||
</div>
|
||||
<div class="half__image"></div>
|
||||
</main>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user