Hi there, I’ve been using Hugo for several months, and I’m very happy, thanks for hugo
I’m writing a post and I’d like to link to the previous post (inside the markdown), but I cannot find the precise line. Looking at my theme and other themes, I’ve tried different ways of:
In this <a href="{{ .Paginator.Prev.URL }}" target="_new">previous post</a>
In this <a href="{{ .Prev }}" target="_new">previous post</a>
and so on…
The problem is that when I type hugo server
, hugo doesn’t seem to convert the “{{ }}” into the proper url. Any hint would be very helpful.
Thanks in advance for your time!