We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2056a7e commit 97d58fcCopy full SHA for 97d58fc
1 file changed
SS14.Web/Views/Shared/_Layout.cshtml
@@ -48,7 +48,7 @@
48
49
<footer class="footer text-muted">
50
<div class="container">
51
- © 2023 - Space Wizards Federation
+ © @DateTime.Now.Year - Space Wizards Federation
52
- <a asp-area="" asp-controller="Home" asp-action="Privacy">Privacy</a>
53
- <a asp-area="" asp-controller="Home" asp-action="Contact">Contact</a>
54
</div>
@@ -58,4 +58,4 @@
58
<script src="~/js/site.js" asp-append-version="true"></script>
59
@RenderSection("Scripts", required: false)
60
</body>
61
-</html>
+</html>
0 commit comments