mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
Merge branch 'master' into dev
This commit is contained in:
@@ -13,7 +13,7 @@ best: true
|
|||||||
|
|
||||||
**This theme includes a tranparent way to defer images. This can be enabled/disabled in the `config.toml`.**
|
**This theme includes a tranparent way to defer images. This can be enabled/disabled in the `config.toml`.**
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
**You will just have to do two images : the normal, and a low resolution one.**
|
**You will just have to do two images : the normal, and a low resolution one.**
|
||||||
|
|
||||||
|
@@ -11,9 +11,9 @@
|
|||||||
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/progressively.min.css">
|
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/progressively.min.css">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{range .Site.Params.extracssfiles}}
|
{{ range .Site.Params.extracssfiles }}
|
||||||
<link rel="stylesheet" href="{{.}}">
|
<link rel="stylesheet" href="{{ . | absURL }}">
|
||||||
{{end}}
|
{{ end }}
|
||||||
|
|
||||||
<!-- Icon -->
|
<!-- Icon -->
|
||||||
<link rel="shortcut icon"
|
<link rel="shortcut icon"
|
||||||
@@ -27,4 +27,4 @@
|
|||||||
<!-- RSS -->
|
<!-- RSS -->
|
||||||
{{ if .RSSLink }}
|
{{ if .RSSLink }}
|
||||||
<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 }}
|
||||||
|
Reference in New Issue
Block a user