From 0fb73119ca8a5b51c8b2eb5b7777b51a014e7fb4 Mon Sep 17 00:00:00 2001 From: Lucas Cantor Date: Sun, 7 Apr 2024 09:18:27 -0700 Subject: [PATCH] restore pagination jump buttom (#68) clean up tags --- content/_includes/partials/pagination.njk | 13 +++++++++++ .../2018-03-10-schedule-repeating-reboots.md | 3 +++ ...eate-a-bootable-macos-installation-disk.md | 3 +++ .../2018/2018-03-24-sleep-the-display.md | 3 +++ .../2018/2018-03-31-start-the-screensaver.md | 3 +++ .../2018-04-07-set-the-login-window-text.md | 3 +++ .../2018/2018-04-14-re-run-setup-assistant.md | 3 +++ .../2018-04-21-install-backblaze-silently.md | 3 +++ ...2018-04-28-extract-saved-wifi-passwords.md | 3 +++ ...8-05-05-view-available-software-updates.md | 3 +++ .../2018-05-12-disable-printer-sharing.md | 3 +++ ...6-02-enable-ownership-on-external-disks.md | 3 +++ ...install-vendor-hosted-software-via-curl.md | 3 +++ ...macos-dark-mode-support-to-your-website.md | 4 ++++ ...-windows-via-third-party-admx-in-intune.md | 4 ++++ .../2023/10-16-an-iphone-app-built-for-two.md | 6 +---- ...form-cloud-dynamic-provider-credentials.md | 6 ++--- content/posts/2024/01-05-tines-case-study.md | 5 +--- src/scripts/scripts.js | 23 ++++++++++--------- 19 files changed, 74 insertions(+), 23 deletions(-) diff --git a/content/_includes/partials/pagination.njk b/content/_includes/partials/pagination.njk index 519fb19..c299284 100644 --- a/content/_includes/partials/pagination.njk +++ b/content/_includes/partials/pagination.njk @@ -12,6 +12,19 @@ {% endif %} + {% if currentPage %} +
  • +
    + +
    + + {{ phrases.of }} + {{ totalPages }} + +
    +
    +
  • + {% endif %}