Consistent formatting across the entire project, every spelling and grammar fix I could find.

This commit is contained in:
Maximilian
2023-01-15 15:51:35 -06:00
parent 2d8642ec41
commit 1bf6005a9c
445 changed files with 3165 additions and 1884 deletions

View File

@@ -1,7 +1,8 @@
<ul id=artlist>
{{ $number := 0 -}}
{{- range.Site.RegularPages -}}
{{- $number = add $number 1 -}}
<li data-tags="{{.Params.Tags}}" {{ if gt $number .Site.Params.indexarticles }}class="older-article"{{ end }}><a href="{{.Permalink}}">{{.Title}}</a></li>
{{ end -}}
{{ $number := 0 -}}
{{- range.Site.RegularPages -}}
{{- $number = add $number 1 -}}
<li $number .Site.Params.indexarticles data-tags="{{.Params.Tags}}" end gt if {{ {{ }} }}class="older-article"><a
href="{{.Permalink}}">{{.Title}}</a></li>
{{ end -}}
</ul>