Whitespace cleanup
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"cs": "cs_CZ",
|
||||
"en": "en_GB"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,4 +41,4 @@ other = "Tags"
|
||||
other = "Posts with tag"
|
||||
|
||||
[logo-alt]
|
||||
other = "Logo of Pátek"
|
||||
other = "Logo of Pátek"
|
||||
|
||||
@@ -7,4 +7,4 @@
|
||||
<br>
|
||||
<patek-logo class="logo404" title="404">404</patek-logo>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{{ define "main" }}
|
||||
{{ partial "pageHeader.html" . }}
|
||||
{{ partial "list.html" .}}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
<div class="content">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{{ define "main" }}
|
||||
{{ partial "pageHeader.html" . }}
|
||||
{{ partial "blogList.html" . }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
<div class="content">
|
||||
{{ partial "footerContent.html" . }}
|
||||
</div>
|
||||
</footer>
|
||||
</footer>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
{{ partial "talksPageHeader.html" . }}
|
||||
</div>
|
||||
<div class="content"> {{ .Content }} </div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
@@ -25,4 +25,4 @@
|
||||
</div>
|
||||
</div>
|
||||
{{ partial "list.html" . }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
</div>
|
||||
{{ end}}
|
||||
{{ partial "list.html" . }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user