From fa3a03c86b4b9d4d7eb5ad199542d7bdaf2c14a1 Mon Sep 17 00:00:00 2001 From: CrimsonTome <4matt2clark7@gmail.com> Date: Fri, 15 Oct 2021 22:55:10 +0100 Subject: [PATCH] config --- _data/metadata.json | 2 +- _includes/layouts/base.njk | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/_data/metadata.json b/_data/metadata.json index ac283b7..bae7fc1 100644 --- a/_data/metadata.json +++ b/_data/metadata.json @@ -7,7 +7,7 @@ "subtitle": "Documenting my journey into open-source development alongside other things.", "filename": "feed.xml", "path": "/feed/feed.xml", - "id": "https://crimsontome.netlify.app/ + "id": "https://crimsontome.netlify.app/" }, "jsonfeed": { "path": "/feed/feed.json", diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk index ad6569e..3d0819f 100644 --- a/_includes/layouts/base.njk +++ b/_includes/layouts/base.njk @@ -24,17 +24,6 @@ - -
-
    -
  1. Edit the _data/metadata.json with your blog’s information.
  2. -
  3. (Optional) Edit .eleventy.js with your configuration preferences.
  4. -
  5. Delete this message from _includes/layouts/base.njk.
  6. -
-

This is an Eleventy project created from the eleventy-base-blog repo.

-
- - {{ content | safe }}