Browse Source

Create default-post.html

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
522ba397bf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 17
      _layouts/default-post.html

17
_layouts/default-post.html

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
{% include head-post.html %}
<body>
{% include header.html %}
{{ content }}
{% include footer.html %}
</body>
</html>
Loading…
Cancel
Save