From 8978b674b1d414e236e700a6e17669bdac31269f Mon Sep 17 00:00:00 2001 From: LongHairedHacker Date: Thu, 19 Dec 2019 23:35:31 +0100 Subject: [PATCH] Did licenses in the intended way --- conf.py | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/conf.py b/conf.py index 7877f2f..ab9e326 100644 --- a/conf.py +++ b/conf.py @@ -927,18 +927,16 @@ FEED_LINKS_APPEND_QUERY = False # A HTML fragment describing the license, for the sidebar. # (translatable) -LICENSE = "" +#LICENSE = "" # I recommend using the Creative Commons' wizard: # https://creativecommons.org/choose/ -# LICENSE = """ -# -# Creative Commons License BY-NC-SA""" +LICENSE = """ +   +Creative Commons License BY-SA""" # A small copyright notice for the page footer (in HTML). # (translatable) -CONTENT_FOOTER = 'Contents CC-BY-SA {author} - Powered by Nikola {license}' +CONTENT_FOOTER = 'Contents © {date} {author} - Powered by Nikola {license}' # Things that will be passed to CONTENT_FOOTER.format(). This is done # for translatability, as dicts are not formattable. Nikola will