Skip to content

Commit 96880f4

Browse files
authored
Merge pull request #3130 from shivamtawari/patch-1
Update talks.py date logic
2 parents 443d4cc + 87ab447 commit 96880f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdown_generator/talks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def html_escape(text):
8383
if len(str(item.venue)) > 3:
8484
md += 'venue: "' + item.venue + '"\n'
8585

86-
if len(str(item.location)) > 3:
86+
if len(str(item.date)) > 3:
8787
md += "date: " + str(item.date) + "\n"
8888

8989
if len(str(item.location)) > 3:

0 commit comments

Comments
 (0)