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

Added Favicon and now the copyright year will auto update #17

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Added Favicon and now the copyright year will auto update #17

wants to merge 2 commits into from

Conversation

lkbhitesh07
Copy link

@lkbhitesh07 lkbhitesh07 commented Dec 27, 2020

@lanthaler and everyone Please take a look, and if you want me to change something please do let me know.
Thanks

Copy link
Member

@alien-mcl alien-mcl left a comment

Choose a reason for hiding this comment

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

@lkbhitesh07 please take a look at my suggestion - it feels way shorter.

index.html Outdated
@@ -206,7 +207,15 @@ <h3 class="content-head">Publications/&#x200b;Presentations</h3>
</script>

<div class="footer l-box is-center">
&copy; 2012–2018, Hydra W3C Community Group
&copy; 2012–<script language="JavaScript" type="text/javascript">
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
&copy; 2012–<script language="JavaScript" type="text/javascript">
&copy; 2012–<script type="text/javascript">document.write(new Date().getFullYear())</script>

Copy link
Author

Choose a reason for hiding this comment

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

@alien-mcl Thank you so much for your suggestion, I'll update it.

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.

2 participants