diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss
new file mode 100644
index 0000000..61fa80f
--- /dev/null
+++ b/assets/scss/custom.scss
@@ -0,0 +1 @@
+/* Place your custom SCSS in HUGO_SITE_FOLDER/assets/scss/custom.scss */
\ No newline at end of file
diff --git a/assets/scss/style.scss b/assets/scss/style.scss
index bcbd41d..3e4b56a 100644
--- a/assets/scss/style.scss
+++ b/assets/scss/style.scss
@@ -25,6 +25,8 @@
@import "partials/layout/404.scss";
@import "partials/layout/search.scss";
+@import "custom.scss";
+
a {
text-decoration: none;
color: var(--accent-color);
diff --git a/exampleSite/content/post/rich-content/index.md b/exampleSite/content/post/rich-content/index.md
index 5ff41d7..407c539 100644
--- a/exampleSite/content/post/rich-content/index.md
+++ b/exampleSite/content/post/rich-content/index.md
@@ -13,14 +13,6 @@ Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-manageme
---
-## Instagram Simple Shortcode
-
-{{< instagram_simple BGvuInzyFAe hidecaption >}}
-
-
-
----
-
## YouTube Privacy Enhanced Shortcode
{{< youtube ZJthWmvUzzc >}}
diff --git a/layouts/_default/archives.html b/layouts/_default/archives.html
index 0304832..d2326ee 100644
--- a/layouts/_default/archives.html
+++ b/layouts/_default/archives.html
@@ -19,7 +19,7 @@
{{ range $filtered.GroupByDate "2006" }}
{{ $id := lower (replace .Key " " "-") }}