Skip to content

Commit 4a51242

Browse files
committed
fix: fixed wrong attribute
1 parent 5688c22 commit 4a51242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: Blog
4-
url: /blog/
4+
permalink: /blog/
55
---
66

77
{% assign posts = site.posts | sort: "date" | reverse %}

0 commit comments

Comments
 (0)