Skip to content

Commit c5d0717

Browse files
committed
doc/site.css: Hide author field
Don't want to remove from metadata as it's useful for <meta> field and when generating man pages, so instead hide it with CSS
1 parent 1c31a3c commit c5d0717

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/site.css

+3
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ body > * {
128128
font-size: 1rem;
129129
line-height: 1.5rem
130130
}
131+
.author {
132+
display: none
133+
}
131134
@media(min-width: 55rem) {
132135
.meta {
133136
position: fixed;

0 commit comments

Comments
 (0)