From 22066a054345023ca01cc876091fc082a2b828dd Mon Sep 17 00:00:00 2001 From: surajmandalcell Date: Tue, 3 Apr 2018 21:31:55 +0530 Subject: update readme and stuff --- README.md | 8 +++++--- images/screenshot.png | Bin 314184 -> 135065 bytes images/tn.png | Bin 166408 -> 60775 bytes layouts/_default/list.html | 1 - layouts/_default/single.html | 1 - layouts/partials/head.html | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) 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" . }} -- cgit v1.2.3