Re-added post.md template
This commit is contained in:
parent
c5f1b47b60
commit
561fa56cf1
16
templates/post.md
Normal file
16
templates/post.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
layout: post
|
||||
title:
|
||||
tags:
|
||||
-
|
||||
-
|
||||
slug:
|
||||
meta:
|
||||
description:
|
||||
draft: true
|
||||
---
|
||||
{% block excerpt %}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% endblock %}
|
Reference in a new issue