Skip to content

Commit

Permalink
add newline at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
Agos95 committed Aug 26, 2022
1 parent 2000e2d commit 0fcbb84
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
{{ if eq $resource nil }} {{ $resource = resources.GetMatch (path.Join "media" $filename) }} {{ end }}
{{ end }}

{{ return $resource }}
{{ return $resource }}
2 changes: 1 addition & 1 deletion modules/wowchemy/layouts/partials/jsonld/article.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
},
"description": {{$summary}}
}
</script>
</script>
2 changes: 1 addition & 1 deletion modules/wowchemy/layouts/partials/jsonld/event.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
{{end}}
"description": {{$summary}}
}
</script>
</script>
2 changes: 1 addition & 1 deletion modules/wowchemy/layouts/partials/page_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ <h1>{{ $title }}</h1>
{{ partial "page_links_div.html" $page }}
{{end}}
</div>
{{end}}
{{end}}
2 changes: 1 addition & 1 deletion modules/wowchemy/layouts/partials/site_head.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,4 +318,4 @@
{{ partial "custom_head" . }}
{{ end }}
{{ partial "functions/get_hook" (dict "hook" "head-end" "context" .) }}
</head>
</head>
2 changes: 1 addition & 1 deletion modules/wowchemy/layouts/partials/views/compact.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@
</a>
{{end}}
</div>
</div>
</div>

0 comments on commit 0fcbb84

Please # to comment.