Skip to content

Commit

Permalink
Merge pull request #74 from researchsoft/ananke
Browse files Browse the repository at this point in the history
change `layouts/index.html`  to render images on the UI.
  • Loading branch information
jyoti-bhogal authored Dec 2, 2024
2 parents bdd43a3 + 9e58752 commit 36d5668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{{ range (where .Site.Pages "Section" "_index") }}
<article>
<h1>{{ .Title }}</h1>
<img src="{{ .Params.asset.image }}" alt="{{ .Params.asset.text }}">
<div>{{ .Content }}</div>
</article>
{{ end }}
Expand Down

0 comments on commit 36d5668

Please sign in to comment.