Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Best practices for running behind a load balancer
· 9 years ago
That's great to hear, man. I'm planning on a one way sync of the grav/user directory from an admin machine to multiple core machines.
-
Best practices for running behind a load balancer
· 9 years ago
As Grav is file based, then as long as the files are the same on both machines, you should have no problems. If there's 'dynamic' stuff going on that would mean data is going to be modified by the en
-
Best practices for running behind a load balancer
· 9 years ago
Are there guidelines on how to run Grav behind a load balancer? I don't mind if the Admin doesn't have redundancy, but the content generated for users visiting to my site needs more resiliency than a
-
Html tags showing in content
· 9 years ago
Thanks for the reply. I understand that the paragraph tags are automatically entered, but I don't understand why I have to manually strip them in my template when markdown processing is enabled. My as
-
Html tags showing in content
· 9 years ago
Markdown automatically adds paragraph tags when there are two newlines in the content. If you don't want markdown processing, you can disable it site or page-wide via: process: markdown: false
-
Html tags showing in content
· 9 years ago
But I don't understand why. Isn't the markup being added intentionally by the Markdown editor? Why do I need to strip it away before presenting it?
-
Html tags showing in content
· 9 years ago
I fixed it. I needed to use {{ page.content|raw }} instead of {{ page.content }}.
-
Html tags showing in content
· 9 years ago
I've created listing.yaml and listing.html.twig in themes/g5_helium/custom. I'm able to use this to create a page with my custom fields, but when I view the page I can see the <p> tags being pri
-
Using a plugin in a page
· 9 years ago
Are you sure you have installed the plugin correctly? Are you sure you have entered the Markdown link correctly? In your code above there is a space between the ] and the (. it should have none: [pl
-
Using a plugin in a page
· 9 years ago
I have installed the page-inject plugin. When I add "[plugin:page-inject] (/route/to/page)" in to my page. It is displayed as a normal link to another page. What am I doing wrong? (I had to put a spac