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.

Tim Member

@amihoro · Joined 8 years ago · 17 posts · 8 topics · 3 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Robots "noindex" for archives_month and tag: URLs · 4 years ago

    Found the solution here: https://nicolas.busseneau.fr/en/blog/2020/09/block-search-indexing-for-grav-url-parameters add this in base.html.twig {% if uri.params is not empty -%} <meta name="robots"

  • Robots "noindex" for archives_month and tag: URLs · 4 years ago

    Good morning everyone, is it possible to put a "noindex" to all archive pages (archives_month) and tag:* URLs? I know that I can set the robots tag in the backend for pages but do not see a option for

  • How can I set a canonical link to an external URL? · 4 years ago

    @pamtbaau Thank you so much! 🙏 Works perfectly 🙂

  • How can I set a canonical link to an external URL? · 4 years ago

    Hi, how can I set a canonical link to an external URL? Example: I want to publish that is already published on another blog. To avoid duplicate content I should set the canonical link to the original

  • How to display blog list in modular page? · 7 years ago

    Thanks! I am very close now _blog (default.md) look like --- title: Test Collection hide_git_sync_repo_link: false content: order: by: date dir: desc items: - '@taxonomy.tag': [fruit] li

  • How to display blog list in modular page? · 7 years ago

    Thanks for your reply! It seems that I do not understand the concept behind page collections at all?! --- title: Test Multi-Collection hide_git_sync_repo_link: false items: '@self.children' fruit:

  • How to display blog list in modular page? · 7 years ago

    Just read it and tried this on the modular.md content: items: '@self.modular' items: '@taxonomy': category: infoarticle order: by: date dir: desc limit: 5 pagination: true But nothing happ

  • How to display blog list in modular page? · 7 years ago

    Hi, my Blog is reachable under /info Now I want to display the latest 5(10) blog items on my modular (hero, features) index page. plugin:page-inject does not work and plugin:content-inject displays

  • How to? Blog URL = domain/blog/ & Item URL = domain/item · 7 years ago

    I already tried this: routes: /blog/(.*): '/$1' It does not work. The links in the blog overview are still /blog/item-url If I click them I get Fatal error: Allowed memory size of 67108864 bytes ex

  • How to? Blog URL = domain/blog/ & Item URL = domain/item · 7 years ago

    Hello, everybody, I'm sure there are several ways to achieve what I want. So I want to know which way you think is the best. What I want: I created a blog in domain/blog This should be an overview of