From 835374c39dfc7a4204b37b694b96c5f0b41555af Mon Sep 17 00:00:00 2001 From: John Haugabook Date: Tue, 16 Jan 2024 18:37:52 -0500 Subject: [PATCH] Add pagination - previous link for page in parent section At the bottom of the content added a link to work as pagination for the section. --- content/en/client/libraries.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/client/libraries.md b/content/en/client/libraries.md index 9f5bd12c..f08ffad7 100644 --- a/content/en/client/libraries.md +++ b/content/en/client/libraries.md @@ -157,3 +157,4 @@ Remember to check how recently the library was updated, and whether it includes * [tsl-mastodon](https://github.com/typescriptlibs/tsl-mastodon-api) +[Previous - Logging in with an account]({{< relref "client/authorized" >}})