Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicky <vicky@vickylai.io>2018-01-27 06:56:33 +0300
committerVicky <vicky@vickylai.io>2018-01-27 06:56:33 +0300
commit665fb01aee284e41d2cb657dfd1d24ddd49616f8 (patch)
treec44513993a1217d4ca55abdd2a60010c7461f3bd
parent01caddf99a1ed41e0d3d726fe4a31831665e605a (diff)
Got the last few.
-rw-r--r--layouts/404.html4
-rw-r--r--layouts/blog/single.html2
-rw-r--r--layouts/partials/header.html4
3 files changed, 5 insertions, 5 deletions
diff --git a/layouts/404.html b/layouts/404.html
index f1dbb9a..02a2775 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -14,10 +14,10 @@
{{ partial "nav-single.html" . }}
</div><!-- End Nav bar -->
- <div class="container {{ if .Site.Params.fadein }} fade-in two {{ end }} top-pad"><!-- Begin blurb -->
+ <div class="container {{ if .Site.Params.fadeIn }} fade-in two {{ end }} top-pad"><!-- Begin blurb -->
Oops! Either you've found a bug (in which case, <a href="mailto:{{ .Site.Params.email }}">please tell me</a>) or you're just making things up. This page doesn't exist!
</div><!-- End blurb -->
-<div class="top-pad"><hr></div>
+<div class="container top-pad"><hr></div>
{{ partial "footer.html" . }}
</div><!-- End parent section -->
diff --git a/layouts/blog/single.html b/layouts/blog/single.html
index 29d02be..09600c2 100644
--- a/layouts/blog/single.html
+++ b/layouts/blog/single.html
@@ -39,7 +39,7 @@
</a>
{{ end }}
{{ if .Site.Params.sharePinterest }}
- <a class="icon-pinterest" href="http://pinterest.com/pin/create/button/?url={{ .Permalink }}{{ if .Params.pinterestmedia }}&amp;media={{ .Site.BaseURL }}{{ .Params.pinterestmedia }}{{ end }}&amp;description={{ .Title | safeHTML}}"
+ <a class="icon-pinterest" href="http://pinterest.com/pin/create/button/?url={{ .Permalink }}{{ if .Params.pinterestMedia }}&amp;media={{ .Site.BaseURL }}{{ .Params.pinterestMedia }}{{ end }}&amp;description={{ .Title | safeHTML}}"
onclick="window.open(this.href, 'pinterest-share','width=580,height=296');return false;">
<i class="fa fa-pinterest"></i>
<span class="hidden">Pinterest</span>
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 4b0b5ca..89ca738 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -54,14 +54,14 @@ crossorigin="anonymous"></script>
{{ $t := now.Unix }}
<link rel="stylesheet" href="css/{{ .Site.Params.themeStyle }}-style.css?t={{$t}}">
- {{range .Site.Params.extracssfiles}}
+ {{range .Site.Params.extraCSSFiles}}
<link rel="stylesheet" href="{{.}}?t={{$t}}">
{{ end }}
{{ else }}
<link rel="stylesheet" href="css/{{ .Site.Params.themeStyle }}-style.css">
- {{range .Site.Params.extracssfiles}}
+ {{range .Site.Params.extraCSSFiles}}
<link rel="stylesheet" href="{{.}}">
{{end}}