Skip to content

Commit 94ff975

Browse files
committedJul 2, 2015
https in RSS generator tag (because why not?)
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 4eebbcb commit 94ff975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎nikola/nikola.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ def generic_rss_renderer(self, lang, title, link, description, timeline, output_
11181118
link=link,
11191119
description=description,
11201120
lastBuildDate=datetime.datetime.utcnow(),
1121-
generator='http://getnikola.com/',
1121+
generator='https://getnikola.com/',
11221122
language=lang
11231123
)
11241124

0 commit comments

Comments
 (0)
Please sign in to comment.