Remove template whitespace trimming tag

This commit is contained in:
2025-05-03 19:10:47 +08:00
parent 0c7ee74f2b
commit ae89f37ba9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
{{ /if }}
{{ if hasCodeBlock }}
<script src="/assets/js/copycode.js" defer></script>
{{- /if -}}
{{ /if }}
<title>{{ if title }} {{ title }} | {{ /if }} {{ sitemeta.siteName }}</title>
</head>
+1 -1
View File
@@ -11,7 +11,7 @@
href="{{ link.url }}"
>{{ link.data.title }}</a></li>
{{ /for }}
{{ for statement of collections.statements -}}
{{ for statement of collections.statements }}
<li><a
{{ if statement.url == page.url }}aria-current="page"{{ /if }}
href="{{ statement.url }}"
@@ -23,7 +23,7 @@ hasCodeBlock: true
);
}{{ endset }}
{{- css }}
{{ css }}
{{ disabilityPrideCss }}
.disability-pride-flag.demo { height: {{ demoHeight }}; }
{{ endcss }}