Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • There is a way to do a "if condition" in MD page? · 9 years ago

    Hi, Is there a way to add content only if a condition is verified? For example something like that If <condition> then Show this content else Shows this other endif Thanks, Andrea

  • Creating a 'listing' page · 9 years ago

    The following should be removed The simplest approach to setting this up is to create child pages below the listing page. I dont find any 'simplicity" in adding a twig snipped in an active's theme

  • Creating a 'listing' page · 9 years ago

    So the manual should be changed in https://learn.getgrav.org/content/content-pages#listing-page

  • Creating a 'listing' page · 9 years ago

    Hi, that Twig is necessary, otherwise Grav does not know what to render. The GUI is there until you step a little bit out of the path and create custom things (like in this case, you're creating a cus

  • Creating a 'listing' page · 9 years ago

    Ok. i did it but by adding the twig sniippet : {% for p in page.collection %} <h2>{{ p.title }}</h2> {{ p.summary }} {% endfor %} That is mentioned in the manual. But i thougth there was a

  • Creating a 'listing' page · 9 years ago

    Ι tried to put the following in the 'listing' page but nothing appears. content: items: '@self.children' order: by: date dir: desc limit: 10 pagination: true

  • Creating a 'listing' page · 9 years ago

    I tried to create a listing page following the manual: The simplest approach to setting this up is to create child pages below the listing page So from the admin i created a default page and under

  • Weird Grav + caddy + iOS + https problem · 9 years ago

    I tried a local Caddy setup with my SE and latest iOS, I don't get any issue. The only difference I see is I'm using OSX, but I'm afraid I don't have a suggestion ready on what could be the root cause

  • Weird Grav + caddy + iOS + https problem · 9 years ago

    This happens with iPhone 5S, iPhone SE, and iPad Air, all using the latest version of iOS (actually, I've not tested with iOS 9 on my wife's older iPhone 4S phone - something to do). My Caddy server

  • Weird Grav + caddy + iOS + https problem · 9 years ago

    Hi Paul, I use caddy all the time locally, and I never noticed issues. Does it happen with a single device or you tried many? Latest iOS? Does the same happen if serving from localhost using ngrok ov