diff --git a/README.md b/README.md
index 6e9afde..fbfd2de 100644
--- a/README.md
+++ b/README.md
@@ -56,11 +56,7 @@ pygmentscodefencesguesssyntax = true
paginate=3 # articles per page
[params]
- mode="auto" # color-mode → light,dark,toggle or auto
- useCDN=false # don't use CDNs for fonts and icons, instead serve them locally.
subtitle = "Minimal and Clean [blog theme for Hugo](https://github.com/fruworg)"
- mathjax = true # enable MathJax support
- katex = true # enable KaTeX support
# Social Tags
@@ -101,6 +97,3 @@ name = "Tags"
url = "/tags"
weight = 4
```
-
-## Credits
-Forked from [Archie Theme](https://github.com/athul/archie) and Licensed under MIT License
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 2f62f12..c3cde71 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -22,12 +22,6 @@
{{- template "_internal/opengraph.html" . -}}
{{- template "_internal/twitter_cards.html" . -}}
- {{ if .Site.Params.useCDN | default false -}}
-
-
-
- {{- else -}}
-
{{ end }}
{{ $style := resources.Get "css/main.css" | fingerprint }}