푸터: 오류 처리 개선 및 간소화

This commit is contained in:
2026-06-26 18:13:50 +09:00
parent abf49712c3
commit 39b313a9ad
2 changed files with 20 additions and 22 deletions
+12 -1
View File
@@ -24,7 +24,18 @@
<main role="main" class="pb-5">
@RenderBody()
</main>
<partial name="_Footer" />
@try
{
@await Html.PartialAsync("_Footer");
}
catch
{
<footer class="bg-light border-top mt-5 py-4">
<div class="container text-center small text-muted">
<p>© 2026 백원숙 세무회계</p>
</div>
</footer>
}
<!-- Mobile Fixed CTA -->
<div class="mobile-cta-bar d-lg-none">