diff --git a/config.toml b/config.toml
index 88a0236..b0be4e1 100644
--- a/config.toml
+++ b/config.toml
@@ -24,13 +24,13 @@ ignoreErrors = ["error-disable-taxonomy"]
# The path to your "favicon". This should be a square (at least 32px x 32px) png-file.
# Hint: It's good practise to also put a "favicon.ico"-file into your "static"-folder.
- favicon = "favicon.svg"
+ favicon = "icon.svg"
# These "images" are used for the structured data templates. This will show up, when
# services like Twitter or Slack want to generate a preview of a link to your site.
# See https://gohugo.io/templates/internal#twitter-cards and
# https://gohugo.io/templates/internal#open-graph.
- images = ["icon-color.png"]
+ images = ["icon.svg"]
# Another "title" :-). This one is used as the site_name on the Hugo's internal
# opengraph structured data template.
@@ -47,3 +47,5 @@ ignoreErrors = ["error-disable-taxonomy"]
# for details. An example TOML config that uses [ISO
# 8601](https://en.wikipedia.org/wiki/ISO_8601) format:
# dateFormat = "2006-01-02"
+[markup.goldmark.renderer]
+unsafe= true
diff --git a/content/_index.md b/content/_index.md
index b43d75e..7f7c4ad 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -4,7 +4,7 @@ title = "Please don't upload my code on GitHub"
# Please don't upload my code on GitHub
-![Logo](/icon-color.png)
+
_This is a call to open source developers to **not** upload the work of others on GitHub._
diff --git a/static/favicon.svg b/static/favicon.svg
deleted file mode 100644
index c26e60e..0000000
--- a/static/favicon.svg
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/static/icon-color.png b/static/icon-color.png
deleted file mode 100644
index 7b16fa8..0000000
Binary files a/static/icon-color.png and /dev/null differ
diff --git a/static/icon.svg b/static/icon.svg
index 7521a27..c26e60e 100644
--- a/static/icon.svg
+++ b/static/icon.svg
@@ -1 +1 @@
-
\ No newline at end of file
+