update readme and stuff

This commit is contained in:
surajmandalcell 2018-04-03 21:31:55 +05:30
parent 8d9389d657
commit 22066a0543
6 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,9 @@
Potato Dark is a modern, simple and beautiful Hugo theme. Potato Dark is a modern, simple and beautiful Hugo theme.
<!-- ![screenshot]() --> ![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 ## 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. Please create feature branches from [develop](https://github.com/surajmandalcell/potato-dark/tree/develop) and submit a PR for any change.
## Development <!-- ## Development
1. Edit the theme or fox somthing 1. Edit the theme or fox somthing
2. Create a pull request and be patient 2. Create a pull request and be patient -->
## License ## License

Binary file not shown.

Before

Width:  |  Height:  |  Size: 307 KiB

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 KiB

After

Width:  |  Height:  |  Size: 59 KiB

View File

@ -6,5 +6,4 @@
{{ .Render "li" }} {{ .Render "li" }}
{{ end }} {{ end }}
{{ partial "pagination.html" .Paginator }} {{ partial "pagination.html" .Paginator }}
{{ partial "siteinfo.html" . }}
{{ partial "footer.html" . }} {{ partial "footer.html" . }}

View File

@ -52,7 +52,6 @@
</div> </div>
</nav> </nav>
{{ partial "related.html" . }} {{ partial "related.html" . }}
{{ partial "siteinfo.html" . }}
</footer> </footer>
</article> </article>
{{ partial "footer.html" . }} {{ partial "footer.html" . }}

View File

@ -39,13 +39,13 @@
<!-- Hugo Version number --> <!-- Hugo Version number -->
{{ .Hugo.Generator -}} {{ .Hugo.Generator -}}
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600" rel="stylesheet">
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/style.css" /> <link rel="stylesheet" href="{{ .Site.BaseURL }}/css/style.css" />
{{- with .Site.Params.favicon }} {{- with .Site.Params.favicon }}
<link rel='icon' type='image/x-icon' href="{{ . | absURL }}" /> <link rel='icon' type='image/x-icon' href="{{ . | absURL }}" />
{{- end -}} {{- end -}}
{{ if eq .URL "/" }} {{ if eq .URL "/" }}
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" /> <link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
{{ end }} {{ end }}
<script type="text/javascript" src="{{ .Site.BaseURL }}js/bundle.js"></script> <script type="text/javascript" src="{{ .Site.BaseURL }}/js/bundle.js"></script>
{{ partial "head_custom.html" . }} {{ partial "head_custom.html" . }}
</head> </head>