parent
f90c9ac20c
commit
c1389d79af
|
|
@ -56,12 +56,13 @@
|
||||||
</div>
|
</div>
|
||||||
<footer class="footer border-top pl-3 text-muted">
|
<footer class="footer border-top pl-3 text-muted">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
© @DateTime.Now.Year - @Environment.ApplicationName -
|
© @DateTime.Now.Year - @Environment.ApplicationName
|
||||||
@{
|
@{
|
||||||
var foundPrivacy = Url.Page("/Privacy", new { area = "" });
|
var foundPrivacy = Url.Page("/Privacy", new { area = "" });
|
||||||
}
|
}
|
||||||
@if (foundPrivacy != null)
|
@if (foundPrivacy != null)
|
||||||
{
|
{
|
||||||
|
@:-
|
||||||
<a asp-area="" asp-page="/Privacy">Privacy</a>
|
<a asp-area="" asp-page="/Privacy">Privacy</a>
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue