Im on the page:
example.com/news
It's a list of news articles. Is it possible to set links on each news article and take into account the current url?
<a href="the-article">link to something</a>
The above will link to:
example.com/news/article
Or will I need to get the entire route and specify that in the link?
The url could be anything eg. /products so I do not want to hardcode it in.
Browser replaces the part comes after the last / of open page's URL to produce absolute URL from relative path. Either:
news/index.html)/ at the end of your URLs (like news/)href (like example.com/news/the-article)/
<base href="http://example.com/news/the-article/" />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With