We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03eafa9 commit 85fbe76Copy full SHA for 85fbe76
userguide/content/en/blog/2024/0.9.0.md
@@ -64,9 +64,8 @@ fallback:
64
`.params.ui.footer_about_enable` to true in your project's configuration file.
65
Parameter `.params.ui.footer_about_disable` is deprecated.
66
- The All-rights-reserved text is hidden by default. To make it visible, add the
67
- following to your `_styles_project.scss` [project style file], or delete the
68
- `"footer_all_rights_reserved"` [language parameter] from all your site's
69
- [internationalization bundles][language parameter].
+ following to your `_styles_project.scss` [project style file] (optionally
+ with a `!important` modifier — not shown):
70
```scss
71
.td-footer__all_rights_reserved {
72
display: inline;
0 commit comments