ScottProgrammer88 / CPW219-eCommerceSite

Class eCommerce site project to demonstrate ASP.NET concepts
1 stars 0 forks source link

Make the copyright year in the footer dynamic #2

Open ScottProgrammer88 opened 1 month ago

ScottProgrammer88 commented 1 month ago

The layout view has the copyright year, near the bottom in the footer. This should be changed to a dynamic year

<footer class="border-top footer text-muted">
    <div class="container">
        &copy; 2024 - Joe's Gaming - <a asp-area="" asp-controller="Home" asp-action="Privacy">Privacy</a>
    </div>
</footer>