Skip to content

Commit 3612715

Browse files
committed
Update readme.md
1 parent c33e625 commit 3612715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Template source can be found in `_layouts`. Component source can be found in `_i
3030
Most of the major editable content can be found in the markdown files (such as 1-services.md). Use the number at the start of the filename to order the pages.
3131

3232

33-
## Creating Blog Post
33+
## Creating a Blog Post
3434
Create a Markdown file within the `_posts` folder. The name structure is a backward date followed by the title of your post, for example: `2011-10-18-a-day-with-clojure.md`. All of the content within this file is written using the [Markdown language](http://daringfireball.net/projects/markdown/syntax).
3535

3636
At the top of your mardkown file should have the post information like so:
@@ -49,6 +49,6 @@ You can set whether an article is featured at the top of the blog homepage by se
4949

5050
Once you are happy, push this file to the `master` branch to go LIVE.
5151

52-
### Tips
52+
#### Tips
5353
- Always wrap video elements in a `<div class="video"></div>` element if you want it to look awesome.
5454
- Use an h3 at the start of articles to give a summary of the post.

0 commit comments

Comments
 (0)