This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

brian5574
brian5574

I have this code in my template:

<div class="col-md-2 col-md-offset-2"><a href="{{ '/' | page }}">HOME</a></div>

But, it renders this:

<div class="col-md-2 col-md-offset-2"><a href="">HOME</a></div>

How are you supposed to link to the default page for the root?

Last updated

Fibonacci
Fibonacci

you can try this one to refer on the home page

{{ 'home'|page }}

'home' is the file name of home page

Last updated

heyvin.nouhengy11966
heyvin.nouhengy11966

@Fibonacci: this help me a lot. Thank you!!

1-3 of 3

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.