Replies: 2 comments
-
Thanks for the feedback @deining! (a) (b) Oh my, that is a relic from when I was thinking of doing things differently! You are right, of course, that suggested change to i18n files won't add it back 🙃. I'll remove that phrase. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for #1865 which resolves this issue! |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I just upgraded an existing site to newly released docsy v0.9.0. While reading the section
Footer streamlined
of the new release blog post, I stumbled across two issues:a) The section gives this fragment for enabling display of
All rights reserved
in the footer:This worked for me only after I added
!important
to the statement.b) The section tells:
following to your
_styles_project.scss
project style file, or delete the"footer_all_rights_reserved"
language parameter from all your site'sinternationalization bundles.
For me the use of
or
in this context makes that sound like:As an alternative to using a style override, you can also delete the language parameter.
Is that really true? I don't really see why deleting the language parameters could enable the display of the label.
The only thing I can imagine is something like this:
@chalin: Is that what you had in mind? Can you please clarify? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions