vsoch / docsy-jekyll

A Jekyll version of the beautiful Docsy!
https://vsoch.github.io/docsy-jekyll/
Apache License 2.0
199 stars 142 forks source link

Create config setting for copyright year #51

Closed flamableconcrete closed 3 years ago

flamableconcrete commented 3 years ago

The only functional change in this PR is the addition of a setting for the copyright year. The rest of it is just indenting the footer.html page a little cleaner.

vsoch commented 3 years ago

Good thinking! But what about an automated approach so we don’t have to think about updating it manually? 🤔

https://cialu.net/how-to-get-current-year-in-jekyll/

flamableconcrete commented 3 years ago

Well that was easy. Thanks for googling so I didn't have to :) Tested locally, implemented, updated. Let me know if this works for you!