gc + fixes
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user