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.

ghost666 Newcomer

@ghost666 · Joined 7 years ago · 1 posts · 1 topics · 1 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • How to write link to rezult page. tntsearch · 7 years ago

    Hi, I make menu to search: {% for item in item %} <a href="{{ page.url(true, true) }}/search/query{{ config.system.param_sep }}{{ item|e }}">{{ item|e }}</a> {% endfor %} this