Skip to content

Commit bd524fb

Browse files
committed
docs: use site.time
1 parent 977d28d commit bd524fb

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

docs/_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ markdown: kramdown
33
highlighter: rouge
44
version: 1.2.0
55
release_date: 2022-04-11
6-
copyright_year: 2017-2022
76
exclude:
87
- "Rakefile"
98
- "Gemfile"

docs/_layouts/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<hr>
4949
<div class="container">
5050
{% include contribute.html %}
51-
<p class="copyright">&copy; {{ site.copyright_year }} <a href="https://github.com/clear-code/xmlua/graphs/contributors">XMLua developers</a></p>
51+
<p class="copyright">&copy; 2017-{{ site.time | date: "%Y"}} <a href="https://github.com/clear-code/xmlua/graphs/contributors">XMLua developers</a></p>
5252
</div>
5353
</footer>
5454

0 commit comments

Comments
 (0)