Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Add logo image
· 9 years ago
What about making that logo responsive When scrolling the page and also fitting to the general size of the navbar?
-
Add logo image
· 9 years ago
Hi flaviocopes, <img src="{{ url('page://images/favicon.png') }}"> doens't work. But i placed the logo.png in ../themes/animatter/images/logo.png After that adding this code: <img src="{{ url
-
Add logo image
· 9 years ago
base_url contains the language on multilanguage sites. Try <img src="{{ url('page://images/favicon.png') }}"> instead.
-
Add logo image
· 9 years ago
Hello, i'm adding a logo image here: /user/images/logo-image.png In base/html.twig adding this: --- html <a href="{{ base_url == '' ? '/' : base_url }}"><img src="{{ base_url_relative }}/user
-
Podcast RSS Question
· 9 years ago
I'm just going through the process of migrating a website into Grav with a podcast. So I'll be getting this working pretty soon. Have manually migrated 30% of the podcasts now. If anyone else has made
-
Podcast RSS Question
· 10 years ago
I'm going to play with this and see if I can get it working. Looks pretty straightforward. Thank you for taking the time to research and share!
-
Podcast RSS Question
· 10 years ago
Oh ok it's the opposite of what I was thinking - I was thinking, embed the iTunes feed in your site. I'm reading here http://www.podcast411.com/howto_1.html that iTunes expects a special format for po
-
Podcast RSS Question
· 10 years ago
Thank you @flaviocopes! I failed to mention that I am hosting the audio on my server as pagemedia for each podcast (which is really just a Grav blog entry). With that in mind, I want to be able to sub
-
Podcast RSS Question
· 10 years ago
Hi, you can pick the RSS feed from iTunes and simply put it as an HTML link in your Theme's Twig. That's how it would be done with any CMS. "How and where" depends on the theme itself, as all can put
-
Podcast RSS Question
· 10 years ago
How are the feeds for RSS in Grav generated? Is there a way to have a separate RSS feed for podcasts only (not tied to the blog RSS)? Has anyone setup a successful iTunes feed for podcasts? Thank you