Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Link to startpage

Started by Muut Archive 12 years ago · 2 replies · 387 views
12 years ago

Perhaps a silly question, but I can't find a way to link to the home page of my website. I don't want to name the page because I don't know if it will change its name.
Is there a possibility in Twig to do something like <a href="{{ home }}">Homepage</a> or so?

Thanks,
Marc

12 years ago

Hi Marc,

yes in Twig it is possible to get the home URL with the variable base_url. Just put

TWIG
<a href="{{ base_url }}">Homepage</a>

anywhere you like in the Twig file and thats it.

12 years ago

Thanks! For me {{ base_url_absolute }} worked as expected...

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 2273 9 years ago
Archive · by Muut Archive, 9 years ago
2 1495 9 years ago
Archive · by Muut Archive, 9 years ago
2 4742 9 years ago
Archive · by Muut Archive, 9 years ago
1 3552 9 years ago
Archive · by Muut Archive, 9 years ago
3 1618 9 years ago