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

  • Linking to media file from template? · 11 years ago

    Hi @Alex, try {% if page.header.audio %} <audio autoplay src="{{ url('theme://static/audio #{page.header.audio}.mp3') }}"></audio> {% endif %} Basically, url is a special built-in function

  • Linking to media file from template? · 11 years ago

    I'm trying to link to a file located in my theme assets folder from the base.html.twig template. I tried both of the below, but it can't find the audio file I'm trying to link to. {% if page.header.au

  • Fatal error during 0.9.26 to 0.9.28 upgrade · 11 years ago

    Thanks for Grav! :D

  • Fatal error during 0.9.26 to 0.9.28 upgrade · 11 years ago

    Nothing to worry about! http://getgrav.org/forum#!/general:gpm-grav-update-0928-no http://getgrav.org/forum#!/general:upgrade-issue

  • Fatal error during 0.9.26 to 0.9.28 upgrade · 11 years ago

    I tried updating my site to 0.9.28 using the bin/gpm self-upgrade option, but it threw this error: Fatal error: Class 'Symfony\Component\Console\Input\ArrayInput' not found in /home/sigmaof/public_htm

  • Upgrade issue · 11 years ago

    no problem, i tweeted it also when it was discovered. Have no fear though, the upgrade was not effected. :)

  • Upgrade issue · 11 years ago

    Thanks. Just scanned the post titles, thought it was about update not showing up in gpm command. My bad, should have read the thread.

  • Upgrade issue · 11 years ago

    As I said in this thread: http://getgrav.org/forum#!/general:gpm-grav-update-0928-no Unforseen issue with the upgrade, but not a problem to worry about. Is not going to cause a problem and is a one t

  • Upgrade issue · 11 years ago

    Hey, sorry for the user question on a developer forum. I wanted to play around with grav. Had a working install of grav on my sandbox. Created a inherited theme from antimatter and was experimenting.

  • How to add links to nav bar(floating Bar)? · 11 years ago

    Just FYI, on the getgrav.org site those are just harcoded at the bottom of the partials/navigation.html.twig: <ul class="navigation"> {% for page in pages.children %} {% if page.visi