diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk index 23b1a4c..ee7dbfd 100644 --- a/_includes/layouts/base.njk +++ b/_includes/layouts/base.njk @@ -22,8 +22,7 @@ {{ layoutContent | safe }} - + diff --git a/css/index.css b/css/index.css index 427fedb..38f91fe 100644 --- a/css/index.css +++ b/css/index.css @@ -17,6 +17,9 @@ body { margin: 0; font-family: sans-serif; } +p:last-child { + margin-bottom: 0; +} p, .tmpl-post li, img { diff --git a/index.njk b/index.njk index b5b631d..0b1a3a3 100644 --- a/index.njk +++ b/index.njk @@ -10,6 +10,7 @@ navtitle: Home
  • (Optional) Edit .eleventy.js with your configuration preferences.
  • Delete this message from index.njk.
  • +

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

    {% set postslist = collections.posts %}