I would like to block the about page, e.g. for users that are not logged in. How can I do this?
It would be
.anon section.about {
display:none;
}
Cool, didn’t know that!
I would like to block the about page, e.g. for users that are not logged in. How can I do this?
It would be
.anon section.about {
display:none;
}
Cool, didn’t know that!