From 90c1d2020101114707e3a4cd9c0412981f2d1859 Mon Sep 17 00:00:00 2001 From: Andreas Hnida Date: Thu, 18 Apr 2024 21:47:42 +0200 Subject: [PATCH] remove top link and fix headings in readme --- readme.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 1623a35..375de5e 100755 --- a/readme.md +++ b/readme.md @@ -34,8 +34,6 @@ Production site: ve - [Deployment](#deployment) - [Development](#development) -[⬆](#table-of-contents) - ## Usage / Update Content To use the theme, and to update your content, you need to clone the repository, update your content in the `content` folder and push your changes to the main branch which will trigger a deployment. @@ -148,8 +146,6 @@ Kann ein `Title` - Attribut haben: `{{% card title="Card Title" %}}` -` - [⬆](#table-of-contents) ### Columns @@ -174,7 +170,7 @@ Content [⬆](#table-of-contents) -## Font-Awesome Icon +### Font-Awesome Icon `{{% icon name="user" color="black" size="5xl" %}}` @@ -215,7 +211,7 @@ You can control where the site is deployed by setting the 'environment' variable This also controls the creation of the robots.txt file. If the value is `development`, the robots.txt file will be created with the following content: -``` +```r User-agent: * Disallow: / ```