Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Page summary triggering
· 10 years ago
I found the problem in .md file: I forgot to "put this [summary separator] in your content with blank lines above and below". Sorry!
-
Page summary triggering
· 10 years ago
really need to see: a) your page content .md file b) your twig that renders the page Perhaps you can put together a GIST with these files?
-
Page summary triggering
· 10 years ago
I use a theme created by myself. The {{ page.summary }} in .twig file is rendered as "<h1>my summary</h1>". I don't be able to find where is this"<h1>" in my theme.
-
Page summary triggering
· 10 years ago
The page summary is rendered in an h1 tag? This part is controlled by the theme, not by Grav itself. Which theme are you using? You need to detect which twig template renders that summary, and change
-
Page summary triggering
· 10 years ago
I'd like to change <h1> html tag for page summary. Does it exist an option in system.yaml?
-
List all pages in site
· 10 years ago
rhukster: Thanks for your response. It looks as though the macro approach in the navigation.html.twig template is exactly what is required. I'll give it a whirl tomorrow.
-
List all pages in site
· 10 years ago
There's a couple of places you can look for examples of this. But the simplest example is probably the Antimatter theme as that has logic to navigate over all pages to build the menu. This makes use
-
List all pages in site
· 10 years ago
Hello again. I need to create a formatted "Site List" page for my site. This would be a hierarchical listing of all pages on the site. I'm guessing that this is the sort of thing that someone else
-
Use Grav for many users
· 10 years ago
Very clear, many thanks for your reply.
-
Use Grav for many users
· 10 years ago
Grav stores each user as a YAML file in the user/accounts/ folder. These users are not really 'all loaded' up other than in the admin, so performance is not really an issue, it's more about manageabi