Skip to content

Commit

Permalink
Remove the reading time of the featured articles in ScholarX (#1597)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshithaRathnayake authored Dec 31, 2023
1 parent 0f2110d commit 0eab1b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
11 changes: 4 additions & 7 deletions scholarx/past-programs/2020/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -409,13 +409,10 @@ <h5>Projects :</h5>
</p>
</div>
<div class="card-footer">
<div class="author">
<img src="images/featured-stories/{{author_image}}" alt="..." class="avatar img-raised">
<span>{{author_name}}</span>
</div>
<div class="stats ml-auto">
<i class="far fa-clock"></i> {{readingTime}} min read
</div>
<div class="author">
<img src="images/featured-stories/{{author_image}}" alt="..." class="avatar img-raised">
<span>{{author_name}}</span>
</div>
</div>
</a>
</div>
Expand Down
11 changes: 4 additions & 7 deletions scholarx/past-programs/2021/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -772,13 +772,10 @@ <h5>Projects :</h5>
</p>
</div>
<div class="card-footer">
<div class="author">
<img src="../images/featured-stories/{{author_image}}" alt="..." class="avatar img-raised">
<span>{{author_name}}</span>
</div>
<div class="stats ml-auto">
<i class="far fa-clock"></i> {{readingTime}} min read
</div>
<div class="author">
<img src="../images/featured-stories/{{author_image}}" alt="..." class="avatar img-raised">
<span>{{author_name}}</span>
</div>
</div>
</a>
</div>
Expand Down

0 comments on commit 0eab1b3

Please sign in to comment.