Whitespace cleanup

This commit is contained in:
Vojtěch Káně
2022-02-21 12:00:17 +01:00
parent 40f9f97241
commit ab6542efc3
54 changed files with 114 additions and 122 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{
"cs": "cs_CZ",
"en": "en_GB"
}
}
+1 -1
View File
@@ -41,4 +41,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
@@ -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>
@@ -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
@@ -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 }}