The cms-tags plugin has been modified to exclude hard-coded '(...)' content
when rendering as="cloud"
. To restore this functionality, you can add
the following CSS to your theme:
cms-tags .tag-weight::before {
content: ' (';
}
cms-tags .tag-weight::after {
content: ')';
}
The backend has been significantly updated; ensure to copy backend/
and index.php
to include these new features.
Descriptions in files have been truncated to 160 characters by default to improve SEO. This may result in some content in your site being slightly shorter.