mirror of
https://github.com/BioArchLinux/hugo-theme-archbio.git
synced 2025-03-10 12:02:42 +00:00
Update recent_articles.html
This commit is contained in:
parent
b67331f171
commit
97be5a6940
1 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue