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

  • Webmentions in grav · 10 years ago

    Oh, you're probably talking about this: https://en.wikipedia.org/wiki/Webmention. Never heard of it before. Interesting.

  • Webmentions in grav · 10 years ago

    I love short coding projects, but I don't know exactly what you mean by "webmentions." Are you talking about mention.com? Or traditional pingbacks?

  • Webmentions in grav · 10 years ago

    Currently no. Just would require a plugin to be written though. Perhaps someone could port an existing one, maybe from wordpress?

  • Webmentions in grav · 10 years ago

    Hi, Does anybody know if webmentions are supported in Grav?

  • How do i enable html processing in the content of one page? · 9 years ago

    Hi mattish ... I just loaded your page, and copied the text from it and pasted it to notepad and then in to a new fresh page. When I did this, the quotation marks seemed be curly " and not straight..

  • How do i enable html processing in the content of one page? · 9 years ago

    for some reason it just prints out everything in html, check it out here: http://mspot.nu/tjanster2

  • How do i enable html processing in the content of one page? · 9 years ago

    For example, i use markdown all over the page, exept one place which i would like to create a button for example. when im using the editor and "preview" the page within the editor everything looks fin

  • Display in menu only if logged in · 9 years ago

    Using @rhukster, I was able to hack the Antimatter navigation to hide the menu items i do now want shown by default. The navigation section of the following file is below: user/themes/antimatter/templ

  • Display in menu only if logged in · 9 years ago

    Thanks!

  • Display in menu only if logged in · 9 years ago

    This is the twig we have in Antimatter to display the option to logout: {% if config.plugins.login.enabled and grav.user.username %} <li><i class="fa fa-lock"></i> {% inc