diff --git a/README.md b/README.md index fd8b5f3..0709ccb 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ Potato Dark is a modern, simple and beautiful Hugo theme. - +![screenshot](https://github.com/surajmandalcell/potato-dark/blob/master/images/screenshot.png) + +[Full screenshot here](https://github.com/surajmandalcell/potato-dark/blob/master/images/tn.png) ## Overview @@ -61,10 +63,10 @@ Pull requests, bug fixes and new features are welcome! Please create feature branches from [develop](https://github.com/surajmandalcell/potato-dark/tree/develop) and submit a PR for any change. -## Development + ## License diff --git a/images/screenshot.png b/images/screenshot.png index 8521895..900f145 100644 Binary files a/images/screenshot.png and b/images/screenshot.png differ diff --git a/images/tn.png b/images/tn.png index 7224637..69476c1 100644 Binary files a/images/tn.png and b/images/tn.png differ diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 4126e13..7e2290d 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -6,5 +6,4 @@ {{ .Render "li" }} {{ end }} {{ partial "pagination.html" .Paginator }} -{{ partial "siteinfo.html" . }} {{ partial "footer.html" . }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 1fec18d..2ee0827 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -52,7 +52,6 @@ {{ partial "related.html" . }} - {{ partial "siteinfo.html" . }} {{ partial "footer.html" . }} diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 6fc67ac..0ba38ec 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -39,13 +39,13 @@ {{ .Hugo.Generator -}} - + {{- with .Site.Params.favicon }} {{- end -}} {{ if eq .URL "/" }} {{ end }} - + {{ partial "head_custom.html" . }}