푸터: 오류 처리 개선 및 간소화
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user