diff --git a/slashes.njk b/slashes.njk index 5d704db..720b7f6 100644 --- a/slashes.njk +++ b/slashes.njk @@ -14,7 +14,7 @@ eleventyImport:

{# Dynamic pages (created via Indiekit) #} -
+

Pages

{% if collections.pages.length > 0 %} {% else %} -
+

No root pages yet. To create pages like /now, /uses, or /colophon, you need two plugins:

@@ -65,74 +65,74 @@ eleventyImport: (blogrollStatus and blogrollStatus.source == "indiekit") or (podrollStatus and podrollStatus.source == "indiekit") %} {% if hasActivityPages %} -
+

Activity Feeds

    {% if blogrollStatus and blogrollStatus.source == "indiekit" %} -
  • +
  • - /blogroll + /blogroll

    Sites I follow

  • {% endif %} {% if funkwhaleActivity and funkwhaleActivity.source == "indiekit" %} -
  • +
  • - /funkwhale + /funkwhale

    Funkwhale activity

  • {% endif %} {% if githubActivity and githubActivity.source != "error" %} -
  • +
  • - /github + /github

    GitHub activity

  • {% endif %} {% if lastfmActivity and lastfmActivity.source == "indiekit" %} -
  • +
  • - /listening + /listening

    Last.fm scrobbles

  • {% endif %} {% if newsActivity and newsActivity.source == "indiekit" %} -
  • +
  • - /news + /news

    RSS feed aggregator

  • {% endif %} {% if podrollStatus and podrollStatus.source == "indiekit" %} -
  • +
  • - /podroll + /podroll

    Podcasts I listen to

  • {% endif %} {% if youtubeChannel and youtubeChannel.source == "indiekit" %} -
  • +
  • - /youtube + /youtube

    YouTube channel

    @@ -143,88 +143,88 @@ eleventyImport: {% endif %} {# Site pages — theme-provided .njk pages not in collections.pages or activity feeds #} -
    +

    Site Pages

    Theme-provided pages for content aggregation, search, and site info.

    {# Inspiration section #} -
    +

    Want more slash pages?

    Check out slashpages.net