Skip to content

Commit e9c08f2

Browse files
author
tristen
committed
About is not a category of blog
1 parent 4e7e591 commit e9c08f2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<div class='menu fr'>
1919
<a class='{% if page.section == "blog" %}active{% endif %}' href='{{site.baseurl}}/'>Blog</a>
2020
<a class='{% if page.url == "about/" %}active{% endif %}' href='{{site.baseurl}}/about'>About</a>
21-
<a href='//github.com/prose/starter'>Fork me on GitHub</a>
21+
<a href='//github.com/prose/starter'>Fork on GitHub</a>
2222
</div>
2323
<h1 class='title'><a href='{{site.baseurl}}/'>{{page.title}}</a></h1>
2424
</div>

_posts/static/0100-01-01-about.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
published: true
3-
category: blog
43
layout: page
54
permalink: about/
65
---

0 commit comments

Comments
 (0)