Skip to content

Commit

Permalink
Merge pull request #41 from CURIOSSorg/replace-thumbnail-images
Browse files Browse the repository at this point in the history
Replace thumbnail images on news page first three articles
  • Loading branch information
RichardLitt authored Sep 11, 2024
2 parents 25046cd + 8e7e52a commit 3d5bcd5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions layouts/news/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<div class="row">
{{ range (where $pages ".Date.Unix" ">=" $yesterday).Reverse }}
<div class="col-lg-4 col-sm-6 mb-5 event-card">
<div class="card border-0">
<a href="{{ default .Permalink .Params.redirect }}" {{ with .Params.target }} target="{{ . }}" {{ end }}>
<img src="{{ .Params.image | absURL }}" alt="{{.Title}}" class="card-img mb-4">
</a>
<div class="card border-0 h-100">
<div class="h-md-45">
<a href="{{ default .Permalink .Params.redirect }}"{{ with .Params.target }} target="{{ . }}"{{ end }}>
Expand Down
Binary file modified static/images/news/funding_awarded_for_curioss_network.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/news/new_grant_supports_development_of_curioss.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/news/six_new_members.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3d5bcd5

Please sign in to comment.