Skip to content

Commit 97d58fc

Browse files
Happy all years (#35)
1 parent 2056a7e commit 97d58fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SS14.Web/Views/Shared/_Layout.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
<footer class="footer text-muted">
5050
<div class="container">
51-
&copy; 2023 - Space Wizards Federation
51+
&copy; @DateTime.Now.Year - Space Wizards Federation
5252
- <a asp-area="" asp-controller="Home" asp-action="Privacy">Privacy</a>
5353
- <a asp-area="" asp-controller="Home" asp-action="Contact">Contact</a>
5454
</div>
@@ -58,4 +58,4 @@
5858
<script src="~/js/site.js" asp-append-version="true"></script>
5959
@RenderSection("Scripts", required: false)
6060
</body>
61-
</html>
61+
</html>

0 commit comments

Comments
 (0)