Skip to content

Second layout with second URL for same page #3520

Closed Answered by noboevbo
noboevbo asked this question in Q&A
Discussion options

You must be logged in to vote

It was simpler as expected, I solved by just adding a new permalink:

---
layout: iframe-post.njk
tag: post_iFrame
pagination:
  data: collections.posts
  size: 1
  alias: post
permalink: "/{{post.filePathStem}}/iframe/"
eleventyComputed:
    importantPropertyForIFrame: "{{ post.importantPropertyForIFrame }}"
---

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by noboevbo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant