diff --git a/.DS_Store b/.DS_Store
deleted file mode 100644
index d223a41..0000000
Binary files a/.DS_Store and /dev/null differ
diff --git a/README.md b/README.md
index 34b8421..bb8ca64 100644
--- a/README.md
+++ b/README.md
@@ -171,7 +171,6 @@ There are few empty partials you can override in `layouts/partials/`
| `layouts/partials/docs/inject/footer.html` | Before closing `
` tag |
| `layouts/partials/docs/inject/menu-before.html` | At the beginning of `` menu block |
| `layouts/partials/docs/inject/menu-after.html` | At the end of `` menu block |
-| `layouts/partials/docs/inject/footer.html` | Before closing `` tag |
## Contributing
diff --git a/exampleSite/.DS_Store b/exampleSite/.DS_Store
deleted file mode 100644
index 0c55ec1..0000000
Binary files a/exampleSite/.DS_Store and /dev/null differ
diff --git a/exampleSite/config.yml b/exampleSite/config.yml
index 3e36c8c..da11e14 100644
--- a/exampleSite/config.yml
+++ b/exampleSite/config.yml
@@ -47,9 +47,3 @@ params:
# - In git information
# - In blog posts
BookDateFormat: "Jan 2, 2006"
-
- # (Optional, default false) Show or hide site footer
- BookShowFooter: false
-
- # Copyright notice for footer
- Copyright: ["© 2019 Alex Shpak"]
diff --git a/exampleSite/content/.DS_Store b/exampleSite/content/.DS_Store
deleted file mode 100644
index 64d3620..0000000
Binary files a/exampleSite/content/.DS_Store and /dev/null differ
diff --git a/layouts/.DS_Store b/layouts/.DS_Store
deleted file mode 100644
index d442f7f..0000000
Binary files a/layouts/.DS_Store and /dev/null differ
diff --git a/layouts/partials/.DS_Store b/layouts/partials/.DS_Store
deleted file mode 100644
index b1bc858..0000000
Binary files a/layouts/partials/.DS_Store and /dev/null differ
diff --git a/layouts/partials/docs/.DS_Store b/layouts/partials/docs/.DS_Store
deleted file mode 100644
index 5008ddf..0000000
Binary files a/layouts/partials/docs/.DS_Store and /dev/null differ
diff --git a/layouts/partials/docs/html-head.html b/layouts/partials/docs/html-head.html
index 40fbfe0..24f675a 100644
--- a/layouts/partials/docs/html-head.html
+++ b/layouts/partials/docs/html-head.html
@@ -11,12 +11,12 @@
-{{ if (fileExists "static/img/banner.jpg") -}}
+{{ if (fileExists "styles.css" | relURL) -}}
{{- end }}
-
+
{{ if .RSSLink }}
diff --git a/layouts/partials/docs/inject/footer.html b/layouts/partials/docs/inject/footer.html
index 3bdbc9d..e69de29 100644
--- a/layouts/partials/docs/inject/footer.html
+++ b/layouts/partials/docs/inject/footer.html
@@ -1,14 +0,0 @@
-
-{{ if .Site.Params.BookShowFooter }}
-
-{{ end }}
\ No newline at end of file
diff --git a/layouts/posts/baseof.html b/layouts/posts/baseof.html
index 6e49ce8..47e0ed5 100644
--- a/layouts/posts/baseof.html
+++ b/layouts/posts/baseof.html
@@ -19,7 +19,6 @@
{{ template "main" . }}
-
{{ partial "docs/inject/body" . }}
{{ template "_internal/google_analytics_async.html" . }}
diff --git a/static/.DS_Store b/static/.DS_Store
deleted file mode 100644
index 0ce3c02..0000000
Binary files a/static/.DS_Store and /dev/null differ