Adapt publication card to handle missing URLs (#1017)
* Allow for personalized titles for Blog and Note pages * Adapt publication card to handle better the case when URL in authors, publication and paper are not used.
This commit is contained in:
parent
4e4acdbb6b
commit
047bb517cb
2 changed files with 21 additions and 1 deletions
|
@ -24,6 +24,14 @@
|
|||
float: right !important;
|
||||
}
|
||||
}
|
||||
|
||||
a[href] {
|
||||
text-decoration: underline; /* Underline only when href is present */
|
||||
}
|
||||
|
||||
a:not([href]) {
|
||||
text-decoration: none; /* No underline when href is absent */
|
||||
}
|
||||
}
|
||||
|
||||
.card-body {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue