Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 216 reputation
Badges
Recent posts
-
Problem with links to multilanguage modular pages
· 3 years ago
What is home_ro? Do you have such page in your default ua language?
-
Research Grav Web designer in Switzerland
· 3 years ago
Please use English on English speaking forum 🙏 Thanks
-
My custom font is not appearing, and I can't figure out why
· 3 years ago
What full link? Does src support rl()? What is this rl() at all?
-
My custom font is not appearing, and I can't figure out why
· 3 years ago
src: rl() ? You sure? 🙂
-
Theme variable for content without title?
· 3 years ago
@avolve: The header for the md file includes --- title: Leagues and Divisions routable: false menu: Teams --- @avolve: your tone reads as passive aggressive and infers I am lying Well.. You're defini
-
Theme variable for content without title?
· 3 years ago
Not sure what to suggest here.. I have this in my modular templates and it doesn't show title: <div> {% if page.header.show_title %} <h3>{{ page.title }}</h3>
-
Theme variable for content without title?
· 3 years ago
Isn't content a body you want?
-
HTML tags not mixing with markdown
· 3 years ago
I think it would be much easier to understand the issue if you provided examples of your content MD file, what you get, what you expect and what's you yaml config for content parsing
-
Error - Class 'Grav\Plugin\DOMDocument' not found
· 3 years ago
What if you try this? $dom = new \DOMDocument();
-
Security to Theme Deliver
· 3 years ago
Nobody would try to read unformatted yaml, where every whitespace matters. What you posted above, just can't work. Try to edit your post by formatting code with ```