Ensure every text file ends with a LF

This commit is contained in:
Vojtěch Káně
2020-05-16 22:16:34 +02:00
parent ac7f072260
commit b379dd1c26
38 changed files with 38 additions and 38 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{{ define "main" }}
{{ partial "pageHeader.html" . }}
{{ partial "blogList.html" . }}
{{ end }}
{{ end }}
+1 -1
View File
@@ -6,4 +6,4 @@
{{ if ne .Params.projects nil }}
<h3 class="title">{{ T "part_of_project" (len .Params.projects) }}: {{ range .Params.projects }}{{ with $.Site.GetPage (printf "projects/%s" .) }}<a class="separateWithCommas" href="{{ .Permalink }}">{{ .Title }}</a>{{ end }}{{ end }}</h3>
{{ end }}
{{ end }}
{{ end }}