File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
themes/delphi/layouts/blog Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- <!-- {{ define "breadcrumb" }}
1+ {{ define "breadcrumb" }}
22 {{ partial "blog/breadcrumb.html" . }}
3- {{ end }} -->
3+ {{ end }}
44{{ define "main" }}
55 {{ $images := ($.GetPage "/blog/images").Resources.ByType "image" }}
66 < div class ="uk-container ">
Original file line number Diff line number Diff line change 22 {{ $blog_style := resources.Get "css/blog_extra.scss" | toCSS | minify | fingerprint }}
33 < link rel ="stylesheet " href ="{{ $blog_style.RelPermalink }} " />
44{{ end }}
5- <!-- {{ define "breadcrumb" }}
5+ {{ define "breadcrumb" }}
66 {{ partial "blog/breadcrumb.html" . }}
7- {{ end }} -->
7+ {{ end }}
88{{ define "scripts" }}
99 {{ $script_blog := resources.Get "js/blog/index.js" | js.Build | minify | fingerprint -}}
1010 < script src ="{{ $script_blog.RelPermalink }} "> </ script >
You can’t perform that action at this time.
0 commit comments