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 @@
{
"cs": "cs_CZ",
"en": "en_GB"
}
}
+1 -1
View File
@@ -39,4 +39,4 @@ other = "Tagy"
other = "Přízpěvky s tagem"
[logo-alt]
other = "Logo Pátku"
other = "Logo Pátku"
+1 -1
View File
@@ -34,4 +34,4 @@ other = "Tags"
other = "Posts with tag"
[logo-alt]
other = "Logo of Pátek"
other = "Logo of Pátek"
+1 -1
View File
@@ -7,4 +7,4 @@
<br>
<patek-logo class="logo404" title="404">404</patek-logo>
</div>
{{ end }}
{{ end }}
+1 -1
View File
@@ -1,4 +1,4 @@
{{ define "main" }}
{{ partial "pageHeader.html" . }}
{{ partial "list.html" .}}
{{ end }}
{{ end }}
+1 -1
View File
@@ -3,4 +3,4 @@
<div class="content">
{{ .Content }}
</div>
{{ end }}
{{ end }}
+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 }}
+1 -1
View File
@@ -90,4 +90,4 @@
</div>
{{ partial "footer.html" . }}
{{ end }}
{{ end }}
+1 -1
View File
@@ -9,4 +9,4 @@
<div class="content"><p> {{ .Summary }} <a href="{{ .Permalink }}">{{ T "readmore" }}</a> </p></div>
</div>
{{ end }}
{{ partial "paginator-buttons.html" $paginator }}
{{ partial "paginator-buttons.html" $paginator }}
+1 -1
View File
@@ -2,4 +2,4 @@
<div class="content">
{{ partial "footerContent.html" . }}
</div>
</footer>
</footer>
+1 -1
View File
@@ -1,3 +1,3 @@
<div class="is-fixed-top">
{{ partial "menu.html" . }}
</div>
</div>
@@ -1,3 +1,3 @@
<div class="pageHeader">
<h2 class="title pageTitle"><a href="{{ .Permalink }}">{{ .Title }}</a></h2>
</div>
</div>
@@ -25,4 +25,4 @@
</ul>
</nav>
</div>
{{ end }}
{{ end }}
@@ -6,4 +6,4 @@
<p class="has-text-grey">
{{- T "member" (len .Params.authors) -}}: {{ range .Params.authors }}{{ with $.Site.GetPage (printf "authors/%s" .) }}<a class="separateWithCommas" href="{{ .Permalink }}">{{ .Title }}</a>{{ end }}{{ end }}
</p>
</div>
</div>
+1 -1
View File
@@ -16,4 +16,4 @@
</div>
{{ end }}
{{ partial "paginator-buttons.html" $paginator }}
{{ end }}
{{ end }}
+1 -1
View File
@@ -3,4 +3,4 @@
{{ partial "talksPageHeader.html" . }}
</div>
<div class="content"> {{ .Content }} </div>
{{ end }}
{{ end }}
+1 -1
View File
@@ -25,4 +25,4 @@
</div>
</div>
{{ partial "list.html" . }}
{{ end }}
{{ end }}
+1 -1
View File
@@ -6,4 +6,4 @@
</div>
{{ end}}
{{ partial "list.html" . }}
{{ end }}
{{ end }}
+1 -1
View File
@@ -4,4 +4,4 @@
</div>
{{ partial "blogList.html" . }}
{{ end }}
{{ define "title" }}{{ T "posts_with_tag" }} "{{ .Title }}" | {{ .Site.Title }}{{ end }}
{{ define "title" }}{{ T "posts_with_tag" }} "{{ .Title }}" | {{ .Site.Title }}{{ end }}