chore(article-link): remove unused .Params.images

The `.Params.images` and `.Site.Params.images` have existed since the creation of the files
but have never been referenced in the documentation since their initial commit (3cc1569fc1)

Also, Meta tags are not valid inside card elements
This commit is contained in:
ZhenShuo Leo
2025-08-31 16:39:44 +08:00
parent ade5f2c6d6
commit e3194eca1e
5 changed files with 90 additions and 132 deletions

View File

@@ -3239,11 +3239,6 @@ body.zen-mode-enable {
display: inline;
}
}
.ltr\:text-right {
&:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
text-align: right;
}
}
.rtl\:left-0 {
&:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
left: calc(var(--spacing) * 0);