new_site/_layouts
CheariX 04bf52e105
fix(style): remove whitespace before comma (#2378)
This PR fixes a very niche bug.

If there is a co-author that is not *me* (=`<em>` tagged) and does not
have a `coauthor_url` (=`<a>` tagged), there will be a leading
whitespace before the separating comma. If the author list is split into
multiple lines (due to long author lists or a small view), the
whitespace can lead to a line beginning with a comma.

As I said, very niche, but interestingly, the other cases already did
the same whitespace handling. Just the case not-me/no-url was mising.

Currently, we do not have this case on vanilla al-folio, but you can see
it for example on [my website](https://christianmainka.de/publications/)
if the view is small (e.g., 430px).

Related to #1502.
2024-04-29 18:09:50 -03:00
..
about.liquid Correct config variable for enabling latest_posts on about page (#2243) 2024-03-03 13:28:58 -03:00
archive-category.liquid Remove bootstrap-table from archive tables (#2306) 2024-04-03 15:35:18 -03:00
archive-tag.liquid Remove bootstrap-table from archive tables (#2306) 2024-04-03 15:35:18 -03:00
archive-year.liquid Remove bootstrap-table from archive tables (#2306) 2024-04-03 15:35:18 -03:00
bib.liquid fix(style): remove whitespace before comma (#2378) 2024-04-29 18:09:50 -03:00
cv.liquid Fix broken links (#2077) 2024-01-15 11:09:45 -03:00
default.liquid Added `pseudocode.js` support (#2344) 2024-04-15 11:21:42 -03:00
distill.liquid Offline mode (closes #1181) (#2312) 2024-04-08 14:51:28 -03:00
none.liquid format code with prettier.io (#2048) 2024-01-10 00:10:51 -05:00
page.liquid Fix broken links (#2077) 2024-01-15 11:09:45 -03:00
post.liquid Added post citation (#2377) 2024-04-29 14:28:06 -03:00
profiles.liquid Lighthouse fixes (#2199) 2024-02-14 14:37:32 -03:00