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

Skip to content

Commit 4a69036

Browse files
committed
fix small typo
1 parent a10df42 commit 4a69036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<?xml version="1.0" encoding="utf-8"?>
44
<feed xmlns="http://www.w3.org/2005/Atom">
55

6-
<title>The blog of {{ site.data..theme.name }}</title>
6+
<title>The blog of {{ site.data.theme.name }}</title>
77
<link href="{{ site.url }}/atom.xml" rel="self"/>
88
<link href="{{ site.url }}"/>
99
<updated>{{ site.time | date_to_xmlschema }}</updated>

0 commit comments

Comments
 (0)