Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Is there a bug in the antimatter blog.html.twig file?
· 10 years ago
not sure what you mean. it's a folder structure, for me it is user/pages/blog/. this directory contains the file blog.md and lots of subfolders. each subfolder is an article, and contains at least a f
-
Is there a bug in the antimatter blog.html.twig file?
· 10 years ago
Ah, I get it now. The blog posts must be under a parent page that is also a blog template. You can't mix blog templates with other pages and expect them to work.
-
Is there a bug in the antimatter blog.html.twig file?
· 10 years ago
the actual content of the blog.md is not the content of the blog, just a header under which all blog posts (for child in collection) are listed, so yes, this is correct. The idea is that it's some sor
-
Is there a bug in the antimatter blog.html.twig file?
· 10 years ago
I have the latest version of antimatter and see that the page.content is being rendered in the .blog-header div. The result is that the content of the blog post takes up full width which makes the rig
-
No select multiple in backend?
· 10 years ago
Hi flaviocopes and thanks for your feedback! Somenhow its not working as expected ... now the saved frontmatter looks like this: authors: - - a - - c - - d The valu
-
No select multiple in backend?
· 10 years ago
Add the validate type: header.authors: type: select multiple: true label: Author(s) options: a: A b
-
No select multiple in backend?
· 10 years ago
Just to be precise: using "multiple:true" does not seem to work properly. Without it, the select element is perfectly working.
-
No select multiple in backend?
· 10 years ago
Hi all, i just over a simple issue. I have a custom page type and I want a "select" header element. Its actually working but not correctly saving ... in my raw frontmatter i get: authors: Array title:
-
Is it possible to install two themes on one site?
· 10 years ago
thank you!
-
Is it possible to install two themes on one site?
· 10 years ago
Yes, you can install and use as many themes on different pages as you'd like with the Themer-plugin.