I would like to have a link to today’s journal entry on my index page, but i’m not sure how I would do that?
There is an example here for setting the indexPage to the daily page.
So something like this should work
```template
[[path/to/your/journal/pages/{{today}}]]
```
Thanks, an inline template like that was the missing piece for me, that worked!