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>
|
Reference in New Issue
Block a user