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

Fix Incorrect Year In Footer #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

TakumiBC
Copy link

@TakumiBC TakumiBC commented May 1, 2024

It seems that the footer wasn't modified since the initial commit, however it still show "©2018-2019 iina.io". I changed it into "©2018-2024 iina.io" to make it correct.

@TakumiBC
Copy link
Author

TakumiBC commented May 1, 2024

@@ -2,7 +2,7 @@ footer
.container
.contact.mb-2.d-flex.justify-content-between
.left
span ©2018-2019 iina.io
span ©2018-2024 iina.io
Copy link

@SLO42 SLO42 May 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
span ©2018-2024 iina.io
span ©2018-#{@year} iina.io

replace 2024 with #{@year}
as seen in https://github.com/slim-template/slim?tab=readme-ov-file#syntax-example

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

Successfully merging this pull request may close these issues.

None yet

2 participants