Remove template whitespace trimming tag
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user