Use copyyear variable for less work.
This commit is contained in:
parent
4d9212faa6
commit
b0d22aebef
@ -4,7 +4,7 @@
|
|||||||
</table>
|
</table>
|
||||||
<footer>
|
<footer>
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2016-2020 Nicolás Ortega Froysa<br />
|
Copyright © 2016-${copyyear} Nicolás Ortega Froysa<br />
|
||||||
This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" >CC-BY-SA 4.0 International</a> license.
|
This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" >CC-BY-SA 4.0 International</a> license.
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
</table>
|
</table>
|
||||||
<footer>
|
<footer>
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2016-2020 Nicolás Ortega Froysa<br />
|
Copyright © 2016-${copyyear} Nicolás Ortega Froysa<br />
|
||||||
This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" >CC-BY-SA 4.0 International</a> license.
|
This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" >CC-BY-SA 4.0 International</a> license.
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
@ -12,8 +12,7 @@ sitemail = nicolas AT ortegas DOT org
|
|||||||
# site generator.
|
# site generator.
|
||||||
sitegenerator = saait (https://git.codemadness.org/saait/file/README.html)
|
sitegenerator = saait (https://git.codemadness.org/saait/file/README.html)
|
||||||
|
|
||||||
# page
|
## page
|
||||||
|
|
||||||
# page language.
|
# page language.
|
||||||
lang = en
|
lang = en
|
||||||
# author (global default).
|
# author (global default).
|
||||||
@ -22,6 +21,8 @@ author = Nicolás Ortega Froysa
|
|||||||
keywords = programming, language, music, society, religion, blog
|
keywords = programming, language, music, society, religion, blog
|
||||||
# site description (global default).
|
# site description (global default).
|
||||||
description = Personal website for publishing projects and a blog.
|
description = Personal website for publishing projects and a blog.
|
||||||
|
# copyright year
|
||||||
|
copyyear = 2020
|
||||||
|
|
||||||
# default title.
|
# default title.
|
||||||
title =
|
title =
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
</table>
|
</table>
|
||||||
<footer>
|
<footer>
|
||||||
<p>
|
<p>
|
||||||
Copyright © 2016-2020 Nicolás Ortega Froysa<br />
|
Copyright © 2016-${copyyear} Nicolás Ortega Froysa<br />
|
||||||
This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" >CC-BY-SA 4.0 International</a> license.
|
This page is licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" >CC-BY-SA 4.0 International</a> license.
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
Loading…
Reference in New Issue
Block a user