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

  • Server side includes · 11 years ago

    Yes

  • Server side includes · 11 years ago

    And can you reach /user/frames/calendar.html in your browser?

  • Server side includes · 11 years ago

    Yes... it's there (from the page source): <article> <header> </header> <!--#include virtual="user/frames/calendar.html" --> </article>

  • Server side includes · 11 years ago

    BTW, did you confirm that your server side include it visible in the HTML source output? I am pretty sure that Twig will just leave any HTML comments without messing with them.

  • Server side includes · 11 years ago

    You might want to take a look at the PageInject plugin: http://getgrav.org/downloads/plugins. However, this does rely on markdown syntax :(

  • Server side includes · 11 years ago

    Anybody ever try this in a grav page? If so, what was the magic incantation you used to get it work? I have all the markdown nonsense turned off because all my pages are just vanilla HTML (...and Ma

  • Where to change the title? · 11 years ago

    Ok, I found it by myself. Its not in the /config/site.yaml, its in the /user/config/site.yaml Thanks again!

  • Where to change the title? · 11 years ago

    Thanks for you reply, but after changing the site name it sill shows the same. Do I have to clean the cache too?

  • Where to change the title? · 11 years ago

    Please, read the documentation: The part you are looking for is in http://learn.getgrav.org/basics/grav-configuration#site-configuration

  • Where to change the title? · 11 years ago

    Hi! I just published my site, but I want to change the "Start | Grav" to "Start | Mypage". In which file is this setting? Grav Thanks in advance!