mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-12 16:29:44 +00:00
Got the last few.
This commit is contained in:
parent
01caddf99a
commit
665fb01aee
3 changed files with 5 additions and 5 deletions
|
@ -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 -->
|
||||
|
|
|
@ -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 }}&media={{ .Site.BaseURL }}{{ .Params.pinterestmedia }}{{ end }}&description={{ .Title | safeHTML}}"
|
||||
<a class="icon-pinterest" href="http://pinterest.com/pin/create/button/?url={{ .Permalink }}{{ if .Params.pinterestMedia }}&media={{ .Site.BaseURL }}{{ .Params.pinterestMedia }}{{ end }}&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>
|
||||
|
|
|
@ -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}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue