Capture current website url as meta variable #8024
Replies: 1 comment 2 replies
-
What is the current website url ? Do you mean the current file path viewed ? A website url will depend on where you will host your site. Like So if you need to tweak some information dynamically based on current url in the browser, you will need JS to run in the browser and do some modification. Otherwise, you need to know the website beforehand and pass it as metadata. This is for example required for RSS feed in blog output with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Is it possible to capture the current website url as a meta variable? is it somewhere in the environment?
Beta Was this translation helpful? Give feedback.
All reactions