-
I've setup some pages like /posts/march/todo.md which renders with a .njk template to bla.com/posts/march/todo. I would like to create an additional link like bla.com/posts/march/todo/iframe which contains the same page, but with another Layout file. Is there an easy way to achive something like that? An alternative would be to to something like /posts/march/todo?iframe and hide all unwanted content via JavaScript in one layout. But I would prefer a solution without JS. |
Beta Was this translation helpful? Give feedback.
Answered by
noboevbo
Nov 1, 2024
Replies: 1 comment
-
It was simpler as expected, I solved by just adding a new permalink:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
noboevbo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It was simpler as expected, I solved by just adding a new permalink: