Navigation Menu

Skip to content

Commit

Permalink
https in RSS generator tag (because why not?)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jul 2, 2015
1 parent 4eebbcb commit 94ff975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/nikola.py
Expand Up @@ -1118,7 +1118,7 @@ def generic_rss_renderer(self, lang, title, link, description, timeline, output_
link=link,
description=description,
lastBuildDate=datetime.datetime.utcnow(),
generator='http://getnikola.com/',
generator='https://getnikola.com/',
language=lang
)

Expand Down

0 comments on commit 94ff975

Please sign in to comment.