Skip to content

Commit

Permalink
Update list.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehranalam authored Feb 25, 2024
1 parent 15824e2 commit 2257fc3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions layouts/notice/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@
<section class="section">
<div class="container" align="right">
<div class="row" dir="rtl">
<div align="center">
<div class="col-12">
<ul class="list-unstyled">
<ul style="margin-right: 20px;" class="list-unstyled">
<!-- notice item -->
{{ range .Data.Pages }}
{{ .Render "notice" }}
{{ end }}
</ul>
</div>
</ul>
</div>
</div>
</div>
Expand Down

0 comments on commit 2257fc3

Please sign in to comment.