This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
hyde
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix a typo
main
Vincent Bernat
13 years ago
parent
99b81267b3
commit
4a43492b59
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
hyde/ext/plugins/git.py
+ 1
- 1
hyde/ext/plugins/git.py
View File
@@ -51,4 +51,4 @@ class GitDatesPlugin(Plugin):
resource.meta.created = created
if modified == "git":
modified = parse(commits[0].strip())
resource.meta.modified =
creat
ed
resource.meta.modified =
modifi
ed
Write
Preview
Loading…
Cancel
Save