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

volodymyr korenkov Newcomer New

@volodymyr · Joined 8 years ago · 1 posts · 0 topics · 0 reputation

Badges

✏️ First Post

Recent posts

  • Viewcounts - see pageviews per page · 8 years ago

    hi! it works for me: {% for route,view in viewcounts %} {% if route == page.route() %} <p>count view: {{ viewcounts[route] }}</p> {% endif %} {% endfor %}