Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The footer should allow a more flexible copyright statement #2

Closed
Tracked by #1818
sarahmaddox opened this issue Dec 18, 2018 · 4 comments · Fixed by #1593
Closed
Tracked by #1818

The footer should allow a more flexible copyright statement #2

sarahmaddox opened this issue Dec 18, 2018 · 4 comments · Fixed by #1593
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@sarahmaddox
Copy link
Contributor

The Docsy footer should allow copyright statements of the following form:

Copyright 2018 The <product_name> Authors | Documentation Distributed under CC BY 4.0

Also, we should allow the site to specify a fixed copyright date - the date should not adjust to the current calendar year.

LisaFC added a commit that referenced this issue Jun 26, 2019
LisaFC added a commit that referenced this issue Jun 26, 2019
dseynaev added a commit to dseynaev/docsy that referenced this issue May 4, 2022
style: remove max-width 80% in all cases
@dltj
Copy link

dltj commented Feb 20, 2023

Agreed and #436.

@yann-soubeyrand
Copy link
Contributor

Hello, this is not exactly fixing your issue, but this should allow for an easier footer override: #1500.

@chalin chalin added this to the 23Q3 milestone May 31, 2023
@chalin chalin modified the milestones: 23Q3, 23Q4 Jul 27, 2023
@chalin
Copy link
Collaborator

chalin commented Jul 27, 2023

From #1592, which I'm closing in favor of this issue:

Shouldn't the copyright year (like ©2023) be the year the site was founded (or the year the company was founded) rather than the year the page was last updated? Reference: https://www.copyrightlaws.com/copyright-symbol-notice-year/

I would like to specify the year in hugo.config.

layout\partials\footer.html l.21

          <span>&copy; {{ now.Year }} {{ . }} {{ T "footer_all_rights_reserved" }}</span>

@emckean
Copy link
Collaborator

emckean commented Jul 27, 2023

+1 to copyright not being automatically updated to current year.
If you wanted to make sure the footer was always up to date you could do $originYear – {{ now.Year }}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants