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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Claud Rusnac Member

@crusnac · Joined 9 years ago · 42 posts · 16 topics · 8 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Returning markdown in Page · 9 years ago

    I am a plugin newb, but got most of the way there. I am trying to build a simple webservice pluggin that fetches github release content and displays in on a page. In general the pluggin should query

  • Showing pages that are published · 9 years ago

    I have a template that is displaying a list of children, but the output also shows pages that are have "published: false". <ul class="list-group"> {% for p in page.children if p != page %}