Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use https for nikola's URL
  • Loading branch information
ralsina committed May 6, 2015
1 parent a403a21 commit 9d3e79a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nikola/conf.py.in
Expand Up @@ -63,7 +63,7 @@ TRANSLATIONS_PATTERN = ${TRANSLATIONS_PATTERN}
# This is a dict. The keys are languages, and values are tuples.
#
# For regular links:
# ('http://getnikola.com/', 'Nikola Homepage')
# ('https://getnikola.com/', 'Nikola Homepage')
#
# For submenus:
# (
Expand Down Expand Up @@ -375,7 +375,7 @@ REDIRECTIONS = ${REDIRECTIONS}
# Nikola’s templates. All other filters must be enabled through FILTERS.
#
# Many filters are shipped with Nikola. A list is available in the manual:
# <http://getnikola.com/handbook.html#post-processing-filters>
# <https://getnikola.com/handbook.html#post-processing-filters>
#
# from nikola import filters
# FILTERS = {
Expand Down Expand Up @@ -581,7 +581,7 @@ LICENSE = ""
# (translatable)
CONTENT_FOOTER = 'Contents &copy; {date} \
<a href="mailto:{email}">{author}</a> - Powered by \
<a href="http://getnikola.com" rel="nofollow">Nikola</a> \
<a href="https://getnikola.com" rel="nofollow">Nikola</a> \
{license}'

# Things that will be passed to CONTENT_FOOTER.format(). This is done
Expand Down

0 comments on commit 9d3e79a

Please sign in to comment.