link_to single page not working
Hi,
I'm trying to use the [link_to liquid tag](https://doc.locomotivecms.com/docs/tags#link_to).
The documentation linked above makes it seem very simple, but I just can't make it work.
I have a page called "ecosysteme" (that's its slug) and I simply wrote:
```liquid Liquid
{% link_to 'ecosysteme' %}
```
According to the docs this should generate something like `<a href="/path/to/ecosysteme">Écosystème</a>` but nothing is displayed when I use it.
What have I done wrong?
Posted by Grégoire Colson over 3 years ago