-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty Footer isn't empty #1658
Comments
not a bug really, if you don't want footer you can use |
The problem is that you don't have an obvious way to control the footer. |
There are many such cases. Here is a non-exhaustive list of things that are hard-coded visual elements. These are not configurable in
My point is, just remove or replace the Quartz credits if you don't like it. The project is MIT licensed. You're free to put whatever you want in the footer of your Quartz site. |
You could simply say that it's not the priority of the maintainers and have no plans on adding this functionality. I would like to know if my (or others) efforts in improving the functionality and/or documentation would be wasted because the devs cannot fathom an empty footer producing an undocumented non-empty footer is a bad idea. |
We did say that. We gave you two alternative options to address the issue you raised, neither of which seemed satisfactory to you.
Yes.
We welcome all contributions. And as with all contributions, we aim to give feedback on all opened pull requests. These can be to accept the proposed changes, request changes, or reject changes altogether. Such is the process of open source. We put a lot of effort in ensuring that the Quartz community is as welcoming and supportive as possible to everyone, but especially inexperienced users and non-programmers. We have spend countless hours out of the goodness of our hearts to accomplish this. Because we care about Quartz and we care about this community. |
Describe the bug
Emptying the footer in
quartz.layout
doesn't create an empty footer.Expected behavior
The page shows an empty footer
Actual behaviour
The footer displays "Created with Quartz v4.4.0 © 2024"
Additional context
This extra line is defined inside the footer component at
quartz/components/Footer.tsx
lines 16-19:Suggested solution
Move this line out of the component definition and into
quartz.layout.ts
.The text was updated successfully, but these errors were encountered: