File tree Expand file tree Collapse file tree 3 files changed +35
-0
lines changed
Documentation/FluidTemplates/_codesnippets Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ < div class ="container ">
2+ < nav aria-label ="breadcrumb ">
3+ < ol class ="breadcrumb breadcrumb-chevron p-3 bg-body-tertiary ">
4+ < li class ="breadcrumb-item ">
5+ < a class ="link-body-emphasis fw-semibold text-decoration-none " href ="# "> Home</ a >
6+ </ li >
7+ < li class ="breadcrumb-item ">
8+ < a class ="link-body-emphasis fw-semibold text-decoration-none " href ="# "> Library</ a >
9+ </ li >
10+ < li class ="breadcrumb-item active " aria-current ="page ">
11+ Data
12+ </ li >
13+ </ ol >
14+ </ nav >
15+ </ div >
Original file line number Diff line number Diff line change 1+ < ul class ="nav col-md-4 justify-content-end ">
2+ < li class ="nav-item "> < a href ="# " class ="nav-link px-2 text-body-secondary "> Data privacy</ a > </ li >
3+ < li class ="nav-item "> < a href ="# " class ="nav-link px-2 text-body-secondary "> Imprint</ a > </ li >
4+ </ ul >
Original file line number Diff line number Diff line change 1+ <div class="container">
2+ <footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
3+ <div class="col-md-4 d-flex align-items-center">
4+ <a href="#" class="mb-3 me-2 mb-md-0 text-body-secondary text-decoration-none lh-1">
5+ <f:image src="EXT:my_site_package/Resources/Public/Images/logo.svg" alt="Logo" class="bi"/>
6+ </a>
7+ <span class="mb-3 mb-md-0 text-body-secondary">© 2024 Site name</span>
8+ </div>
9+
10+ - <ul class="nav col-md-4 justify-content-end">
11+ - <li class="nav-item"><a href="#" class="nav-link px-2 text-body-secondary">Data privacy</a></li>
12+ - <li class="nav-item"><a href="#" class="nav-link px-2 text-body-secondary">Imprint</a></li>
13+ - </ul>
14+ + <f:render partial="Navigation/FooterMenu.html" arguments="{_all}"/>
15+ </footer>
16+ </div>
You can’t perform that action at this time.
0 commit comments