File tree Expand file tree Collapse file tree
themes/stack/layouts/partials Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11baseurl = " https://cinderblock.github.io"
22languageCode = " en-us"
33theme = " stack"
4- paginate = 5
4+ [pagination ]
5+ pagerSize = 10
56title = " Cinderblock"
67googleAnalytics = " G-SJ16DM3169"
78DefaultContentLanguage = " en"
Original file line number Diff line number Diff line change 22{{- $disqusjs := .Site.Params.Comments.disqusjs -}}
33{{- if and (not $pc.Disable) (and $disqusjs.Shortname $disqusjs.ApiKey) -}}
44
5- {{- $style := resources.Get "scss/partials/comments/disqusjs.scss" | resources.ToCSS | minify -}}
5+ {{- $style := resources.Get "scss/partials/comments/disqusjs.scss" | css.Sass | minify -}}
66< link rel ="stylesheet " href ="{{ $style.RelPermalink }} ">
77
88< div class ="disqus-container ">
Original file line number Diff line number Diff line change 3232 < meta property ='article:modified_time ' content ='{{ .Lastmod.Format "2006-01-02T15:04:05-07:00" | safeHTML }} '/>
3333 {{- end -}}
3434{{- else -}}
35- {{- if not .Site.LastChange .IsZero -}}
36- < meta property ='og:updated_time ' content ='{{ .Site.LastChange .Format " 2006-01-02T15:04:05-07:00 " | safeHTML }} '/>
35+ {{- if not .Site.Lastmod .IsZero -}}
36+ < meta property ='og:updated_time ' content ='{{ .Site.Lastmod .Format " 2006-01-02T15:04:05-07:00 " | safeHTML }} '/>
3737 {{- end -}}
3838{{- end -}}
3939
Original file line number Diff line number Diff line change 11{{ $sass := resources.Get "scss/style.scss" }}
2- {{ $style := $sass | resources.ToCSS | minify | resources.Fingerprint "sha256" }}
2+ {{ $style := $sass | css.Sass | minify | resources.Fingerprint "sha256" }}
33< link rel ="stylesheet " href ="{{ $style.RelPermalink }} ">
You can’t perform that action at this time.
0 commit comments