Update recent_articles.html

This commit is contained in:
Kuoi 2022-05-28 18:50:17 +01:00 committed by GitHub
parent b67331f171
commit 97be5a6940
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,12 +3,12 @@
<div class="widget-wrap">
<div class="widget">
<ul id="recent-post">
<li id="first-recent"><a href="https://bioarchlinux.org/sitemap.xml" id="firstmove" class="move"><h3 class="widget-title">
Latest News
<!--<li id="first-recent"><a href="https://bioarchlinux.org/sitemap.xml" id="firstmove" class="move"><h3 class="widget-title">
Latest News-->
<!--{{with .Site.Data.l10n.widgets.recent_articles.title}}{{.}}{{end}} -->
</h3></a></li>
<!--</h3></a></li>
{{ range first 10 (where .Site.Pages "Type" "post") }}
<li>
<li>-->
<!--
<div class="item-thumbnail">
<a href="{{ .Permalink }}" class="thumbnail">
@ -22,8 +22,8 @@
-->
<a href="{{ .Permalink }}" class="move">{{ .Title }}</a>
</li>
{{ end }}
<!-- </li>
{{ end }}-->
</ul>
</div>
</div>