diff options
-rw-r--r-- | conf.py | 19 |
1 files changed, 8 insertions, 11 deletions
@@ -951,23 +951,20 @@ FEED_LINKS_APPEND_QUERY = False # A HTML fragment describing the license, for the sidebar. # (translatable) -LICENSE = "" -# I recommend using the Creative Commons' wizard: -# https://creativecommons.org/choose/ -LICENSE = """ -<a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>""" +LICENSE = """<a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>""" # A small copyright notice for the page footer (in HTML). # (translatable) CONTENT_FOOTER = ( '<p>Contents © {date} <a href="mailto:{email}">{author}</a> {license} </p>' "<p>" - '<a href="https://archlinux.org/people/developers/#dvzrv" target="_blank" >Arch Linux</a> | ' - '<a href="https://www.discogs.com/user/dvzrv" target="_blank" >Discogs</a> | ' - '<a href="https://www.github.com/dvzrv" target="_blank" >GitHub</a> | ' - '<a href="https://www.gitlab.com/dvzrv" target="_blank" >GitLab</a> | ' - '<a rel="me" href="https://chaos.social/@dvzrv" target="_blank" >Mastodon</a> | ' - '<a href="https://www.twitter.com/dvzrv" target="_blank" >Twitter</a>' + '<a href="https://archlinux.org/people/developers/#dvzrv" target="_blank" >Arch Linux</a>' + ' | <a href="https://gitlab.archlinux.org/dvzrv" target="_blank" >Arch Linux GitLab</a>' + ' | <a rel="me" href="https://chaos.social/@dvzrv" target="_blank" >Chaos.social</a>' + ' | <a href="https://codeberg.org/dvzrv" target="_blank" >Codeberg</a>' + ' | <a href="https://discogs.com/user/dvzrv" target="_blank" >Discogs</a>' + ' | <a href="https://github.com/dvzrv" target="_blank" >GitHub</a>' + ' | <a href="https://gitlab.com/dvzrv" target="_blank" >GitLab</a>' "</p>" ) |