gc + fixes

This commit is contained in:
2022-03-19 10:21:45 +01:00
parent 3d040c5ab3
commit 3662fb3120
132 changed files with 352 additions and 1543 deletions

View File

@ -72,9 +72,9 @@
</div>
<!-- support -->
<div class="col-lg-2 col-sm-4 col-6 mb-5 mb-md-0">
<h4 class="text-white mb-5 text-uppercase">{{ i18n "new_notice" }}</h4>
<h4 class="text-white mb-5 text-uppercase">{{ i18n "latest_article" }}</h4>
<ul class="list-unstyled">
{{ range first 3 (where .Site.RegularPages "Type" "notice")}}
{{ range first 3 (where .Site.RegularPages "Type" "post")}}
<li class="mb-3"><a class="text-color" href="{{ .Permalink }}">{{ .Title }}</a></li>
{{ end }}
</ul>