Skip to content

Commit

Permalink
fix related archive number
Browse files Browse the repository at this point in the history
  • Loading branch information
fesiong committed Dec 18, 2023
1 parent e8b2d41 commit e23597e
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions template/default/article/detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,6 @@ <h1>{% archiveDetail with name="Title" %}</h1>
{% endif %}
{% endnextArchive %}
</div>
<div>
<h2>Related</h2>
<ul>
{% archiveList related with type="related" limit="4" %}
{% for item in related %}
<li>
<div class="list-item">
<div class="list-item-text">
<h3><a href="{{item.Link}}">{{item.Title}}</a></h3>
</div>
</div>
</li>
{% endfor %}
{% endarchiveList %}
</ul>
</div>
</div>
<!-- content -->
<!-- sidebar -->
Expand Down

0 comments on commit e23597e

Please sign in to comment.