une ancre nommée pour cibler un chapitre particulier sur la page
d'une chronique, avec lien visible
This commit is contained in:
parent
ba7886271f
commit
c13caee306
@ -1,6 +1,6 @@
|
||||
<BOUCLE_chronique(CHAPITRES){id_chapitre}>
|
||||
<BOUCLE_article(ARTICLES){id_article}>
|
||||
<article class="emission-resume article-resume">
|
||||
<article class="emission-resume article-resume" id="chronique#_chronique:ID_CHAPITRE">
|
||||
<div class="texte_content">
|
||||
|
||||
<div class="cartouche">
|
||||
@ -11,7 +11,7 @@
|
||||
<a href="#URL_ARTICLE" class="btn taille80 blanc"><:libreavous:page_de_l_emission:></a>
|
||||
</p>
|
||||
|
||||
<h1 class="#EDIT{titre} h2">[(#_chronique:TITRE)]</h1>
|
||||
<h1 class="#EDIT{titre} h2">[(#_chronique:TITRE)[ <a href="(#SELF|ancre_url{chronique#_chronique:ID_CHAPITRE})]"><i class="fas fa-link"></i></a>]</h1>
|
||||
<BOUCLE_postmeta(ARTICLES){id_article}>
|
||||
<div class="postmeta">
|
||||
#MODELE{article_traductions}
|
||||
|
@ -882,6 +882,13 @@ a:hover .fab, a:hover .fas {
|
||||
small {
|
||||
display: inline-block;
|
||||
}
|
||||
a:hover .fa-link {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
.fa-link {
|
||||
font-size: 0.7em;
|
||||
opacity: 0.2;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user