From b0ae782d4d5821b7ac9c535eb7e394104b65e86b Mon Sep 17 00:00:00 2001 From: Lene Saile Date: Tue, 3 Jan 2023 22:04:26 +0100 Subject: [PATCH] Readme correction --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 2d39435..bdb54bc 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -Koi# Eleventy Excellent +# Eleventy Excellent Opiniated but easy to use Eleventy starter, based on the workflow suggested by Andy Bell's [buildexcellentwebsit.es](https://buildexcellentwebsit.es/). @@ -100,7 +100,7 @@ npm run build ### 22-12-29 - updated Eleventy -- Major: changed CSS for header, not using the sidebar solution anymore. sidebar.css thus deleted. Now the focus for the logo section doesn't expand all the way to the menu anymore. +- minor: changed CSS for header, not using the sidebar solution anymore. sidebar.css thus deleted. Now the focus for the logo section doesn't expand all the way to the menu anymore. - Updated and added some `rel` values after reading Alvaro Montoro's excellent article [A Theory of Web Relativity](https://www.htmhell.dev/adventcalendar/2022/21/). - stripped "noreferrer" from external links in markdown (editable in `config/plugins/markdown.js`), because I don't mind the target page of carefully placed links to identify the source of the reference. - added two more pages to the 'built with' section, yay!