Hide footer
#3918
Replies: 1 comment
-
Unfortunately I think the only way to do this right now is with custom css, but it shouldn't be too hard, you just need to create the following file:
with the following content: .footer {
display: none;
}
@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin
@import "minimal-mistakes"; // main partials |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a setting in
_config.yml
to disable to footer? I don't really want it on my page, and I'm not sure how to override the default.scss
file.Beta Was this translation helpful? Give feedback.
All reactions