Easy customize (#138)

* Making easy to customize listing

* adding styles to listing

* removing unintended changes

* correcting declaration

* including files for release

* changing url to be relative so it can work on localhost

* Including suggestions
This commit is contained in:
Gabriel Monteiro Nepomuceno
2019-01-16 15:16:24 +00:00
committed by Luiz F. A. de Prá
parent 12b4246e29
commit 4ff77035f6
9 changed files with 12 additions and 11 deletions

View File

@@ -55,7 +55,7 @@
{{ end }}
{{ range .Site.Params.custom_css }}
<link rel="stylesheet" href="{{ . | absURL }}">
<link rel="stylesheet" href="{{ . | relURL }}">
{{ end }}
<link rel="icon" type="image/png" href="{{ .Site.Params.favicon_32 | default "/images/favicon-32x32.png" | absURL }}" sizes="32x32">