generated from gitea_admin/default
dev
This commit is contained in:
@@ -31,7 +31,8 @@
|
||||
orchestre: "L'Orchestre",
|
||||
mediation: "Médiation",
|
||||
mecenat: "Mécénat",
|
||||
professionnels: "Professionnels"
|
||||
professionnels: "Professionnels",
|
||||
actus: "Actualités"
|
||||
}
|
||||
|
||||
function resolveTo(part, index, parts, acc) {
|
||||
@@ -101,6 +102,9 @@
|
||||
if (from === 'artistesinvitees') {
|
||||
crumbs.push({ to: '/orchestre/artistesinvitees', label: 'Les artistes invités' })
|
||||
}
|
||||
if (from === 'actus') {
|
||||
crumbs.push({ to: '/orchestre/actus', label: 'Actualités' })
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
<SectionContent pad="xs">
|
||||
<div class="footer--grid">
|
||||
<div class="footer--grid--orchestre">
|
||||
<div class="nav--item"><NuxtLink to="/orchestre/actus">Actualités de l'orchestre</NuxtLink></div>
|
||||
<!-- <div class="nav--item">L'équipe</div> -->
|
||||
<!-- <div class="nav--item">Nous contacter</div> -->
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user