whitespace cleanup
This commit is contained in:
@@ -8,7 +8,9 @@
|
||||
|
||||
<h1 class="page-title">{{ .Title }}</h1>
|
||||
|
||||
{{ with .Content }}{{ . }}{{ end }}
|
||||
{{- with .Content }}
|
||||
{{ . }}
|
||||
{{ end -}}
|
||||
|
||||
{{ $biggest := 1 }}
|
||||
{{ $smallest := 1 }}
|
||||
|
@@ -6,8 +6,6 @@
|
||||
<div class="container wrapper">
|
||||
{{ partial "head.html" . }}
|
||||
|
||||
{{ with .Content }}{{ . }}{{ end }}
|
||||
|
||||
<div>
|
||||
{{ with .Content }}{{ . }}{{ end }}
|
||||
</div>
|
||||
@@ -42,4 +40,4 @@
|
||||
{{ partial "footer.html" . }}
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user