Refactor footer.
This commit is contained in:
parent
9fed6fcaf3
commit
228bca564e
@ -1,5 +1,8 @@
|
|||||||
<!-- Footer Start -->
|
<!-- Footer Start -->
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
2020 © Grassroots Economics
|
<a target="blank" title="GPL-3" href="https://www.gnu.org/licenses/gpl-3.0.en.html"> Copyleft </a> 🄯.
|
||||||
|
{{ currentYear }}
|
||||||
|
<a target="blank" title="Gitlab@GrassrootsEconomics" href="https://gitlab.com/grassrootseconomics"><u> Grassroots Economics </u></a>
|
||||||
|
|
||||||
</footer>
|
</footer>
|
||||||
<!-- end Footer -->
|
<!-- end Footer -->
|
||||||
|
@ -7,6 +7,7 @@ import { ChangeDetectionStrategy, Component, OnInit } from '@angular/core';
|
|||||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||||
})
|
})
|
||||||
export class FooterComponent implements OnInit {
|
export class FooterComponent implements OnInit {
|
||||||
|
currentYear = new Date().getFullYear();
|
||||||
constructor() {}
|
constructor() {}
|
||||||
|
|
||||||
ngOnInit(): void {}
|
ngOnInit(): void {}
|
||||||
|
Loading…
Reference in New Issue
Block a user