Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 62870ff

Browse files
author
Adam Parkin
committed
Fix about page link
1 parent 3d44f8f commit 62870ff

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

content/pages/about.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
Title: About
22
Date: 2012-03-30 12:16
3-
Save_as: about.html
43

54
So, who is this CodependentCodr person? What's his/her story, and can he/she not spell? Read on true believers for
65
all the deets.

pelicanconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
MENUITEMS = (
5454
('Posts', '/category/posts.html'),
5555
('Tags', '/tags.html'),
56-
('About', '/about.html'),
56+
('About', '/pages/about.html'),
5757
)
5858

5959
THEME = 'Flex'

0 commit comments

Comments
 (0)