소스 검색

Refresh site with magazine styling

master
nano 6 일 전
부모
커밋
8d0605d4b2
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. +4
    -1
      app/views/shared/footer.asp

+ 4
- 1
app/views/shared/footer.asp 파일 보기

@@ -3,7 +3,10 @@

<footer class="border-top py-3 mt-auto">
<div class="container">
<p class="text-muted small mb-0">&copy; <%= Year(Now()) %> BrainOrdure</p>
<div class="d-flex flex-column flex-md-row justify-content-between gap-2 align-items-md-center">
<p class="text-muted small mb-0">&copy; <%= Year(Now()) %> BrainOrdure</p>
<p class="text-muted small mb-0">Thoughtful posts. Clear categories. Reader comments.</p>
</div>
</div>
</footer>



불러오는 중...
취소
저장

Powered by TurnKey Linux.