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 26, 2024
1 parent 66eaf7e commit 5486362
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions layouts/journal/list.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
{{ define "main" }}

<!-- journal -->
<!-- courses -->
<section class="section">
<div class="container">
<div align="center">
<h3>اطلاعاتی در دسترس نیست - داده ها به مرور توسط جامعه تکمیل خواهد شد</h3>
<p>میتونید به ما در تهیه مطالب دقیق کمک کنید <a style="color: red;" href="https://github.com/Mehranalam/Medical-Engineering-Association">مخزن</a> اصلی مارا بررسی کنید</p>
</div>
<div class="row">
{{ range .Data.Pages}}
<!-- journal item -->
<div class="col-lg-4 col-sm-6 mb-4">
{{ .Render "journal" }}</div>
<div class="container" align="right">
<!-- course list -->
<div class="row justify-content-center">
<!-- course item -->
{{ range .Data.Pages }}
<div class="col-lg-4 col-sm-6 mb-5">
{{ .Render "journal" }}
</div>
{{ end }}
</div>
<!-- /course list -->
</div>
</section>
<!-- /journal -->
<!-- /courses -->

{{ end }}
{{ end }}

0 comments on commit 5486362

Please sign in to comment.