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" }}
2
2
{{ partial "blog/breadcrumb.html" . }}
3
- {{ end }} -->
3
+ {{ end }}
4
4
{{ define "main" }}
5
5
{{ $images := ($.GetPage "/blog/images").Resources.ByType "image" }}
6
6
< div class ="uk-container ">
Original file line number Diff line number Diff line change 2
2
{{ $blog_style := resources.Get "css/blog_extra.scss" | toCSS | minify | fingerprint }}
3
3
< link rel ="stylesheet " href ="{{ $blog_style.RelPermalink }} " />
4
4
{{ end }}
5
- <!-- {{ define "breadcrumb" }}
5
+ {{ define "breadcrumb" }}
6
6
{{ partial "blog/breadcrumb.html" . }}
7
- {{ end }} -->
7
+ {{ end }}
8
8
{{ define "scripts" }}
9
9
{{ $script_blog := resources.Get "js/blog/index.js" | js.Build | minify | fingerprint -}}
10
10
< script src ="{{ $script_blog.RelPermalink }} "> </ script >
You can’t perform that action at this time.
0 commit comments