dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
docs: link fixes and cleanup
Jacky Zhao
2026-01-08
fa8d87a23a85a6ccb4dd716f4930fb7f55f809e8
[scapegoat/Docs2.git]
/
quartz
/
components
/
styles
/
contentMeta.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.content-meta {
margin-top: 0;
color: var(--darkgray);
&[show-comma="true"] {
> *:not(:last-child) {
margin-right: 8px;
&::after {
content: ",";
}
}
}
}