Replies: 1 comment
-
Created #3241 from this. Please track that instead. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I've read through both;
Using frontmatter, I can update/change the prev / next text of a site like this;
Which results in this;

I managed to disable the Prev / Next labels by adding docFooter to my config.mjs;
Adding a space char to the docFooter prev / next cleared the labels - however, I have countless markdown.md files, and I'm needing a method to have all of them display prev "<" and next ">" instead of the default link text - but without editing their front matter because that would mean I'd need to edit countless markdown files.
Similarly to the docFooter which allowed me to remove the label, how can I overwrite all Previous Next Link texts to "<" and ">", in effect globally?
Further to this, it would still be cool to beable to override that global change by then entering in specific Prev / Next text into the frontmatter, which would allow for exceptions.
Thanks for help in advance.
Beta Was this translation helpful? Give feedback.
All reactions