blob: c8378750f9e56a34824128ec93e831159d9c2f17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
extends: _layouts.post
section: content
title: My First Blog Post
date: 2017-03-23
description: This is your first blog post.
cover_image: /assets/img/post-cover-image-2.png
tags: [php]
---
This is the start of your first blog post.
|