Hi there
In my project I use in the theme a partial for the series, based on .Site.RegularPages.Related.
I’d like to have the current page in the partial. But .Site.RegularPages.Related doesn’t include the current page.
An example :
Here Août 1914 (the page for Août 1914) you have Sur le même sujet which contains
Juillet 1914
Septembre 1914
Octobre 1914
Novembre 1914
Décembre 1914
and I’d like to have the current page :
Juillet 1914
Août 1914
Septembre 1914
Octobre 1914
Novembre 1914
Décembre 1914
The partial code is here : hugo_site/themes/welsh/layouts/partials/related.html · main · Fred GALLOIS / genealogie-docs · GitLab
Have I missed something ?
Thanks in advance
Welsh