Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

Link to startpage

Started by Muut Archive 11 years ago · 2 replies · 275 views
11 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

11 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.

11 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 1322 9 years ago
Archive · by Muut Archive, 9 years ago
2 918 9 years ago
Archive · by Muut Archive, 9 years ago
2 4048 9 years ago
Archive · by Muut Archive, 9 years ago
1 2922 9 years ago
Archive · by Muut Archive, 9 years ago
3 1106 9 years ago