Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Links to pdf page media
· 11 years ago
Thanks. Just added the issue.
-
Links to pdf page media
· 11 years ago
I am having this same problem and I believe it used to work just fine. I have a site where I am linking to a PDF or any other file for that matter. My markdown link is like this: [SRraffle-poster.pd
-
Links to pdf page media
· 11 years ago
Hmm.. the first approach should work. Can you add an issue here: https://github.com/getgrav/grav/issues
-
Links to pdf page media
· 11 years ago
Hi! I'm having some problems with my urls for page media data files. When I include [bid.pdf](bid.pdf) in my Markdown, the generated slug-style html is --- html <a href="/grav/pdf-test/bid.pdf">
-
No numbers in the slug?
· 11 years ago
Done ;)
-
No numbers in the slug?
· 11 years ago
Hmm.. can you please create an issue about the slugs here: https://github.com/getgrav/grav/issues I think that is a bug, I need to look at it.
-
No numbers in the slug?
· 11 years ago
Yes, of course, but only without the numbers. slug: this-is-the-title.htmlworks perfectly fine ;) Aliases aren't an option for me... I start with about 150 blog posts. So I would start with 150 aliase
-
No numbers in the slug?
· 11 years ago
BTW more info on routes and aliases in the docs
-
No numbers in the slug?
· 11 years ago
Actually what you can do, rather than use a slug override, you can simply use a route alias: routes: aliases: - '/1-this-is-the-title' This should let you reach /blog/this-is-the-title as /1-
-
No numbers in the slug?
· 11 years ago
So i'm confused, it's not working with: slug: 1-this-is-the-title.html or it is?