fix(blog/date): updated footer to current year
parent
1df3289b25
commit
366a243af4
|
|
@ -9,7 +9,7 @@
|
||||||
<div class="one-half column">
|
<div class="one-half column">
|
||||||
<p>
|
<p>
|
||||||
{{ .Site.Title }} <br />
|
{{ .Site.Title }} <br />
|
||||||
copyright 2021 {{ .Site.Copyright }}
|
copyright 2022 {{ .Site.Copyright }}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
Loading…
Reference in New Issue