Skip to content

Commit ca7f8c1

Browse files
feat(ui): add alternative (full) picture for project cover and support for distinct cover (all projects page) and header img (single project page)
1 parent 4b15fac commit ca7f8c1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_layouts/project.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<article class="article">
1616

1717
<div class="post-img">
18-
<img src="{{ page.cover }}" alt="{{ page.title }}">
18+
<img src="{{ page.header_image | default: page.cover }}" alt="{{ page.title }}">
1919
</div>
2020

2121
<h2 id="project-title" class="title text-center">{{ page.title }}</h2>

_projects/llm-validity.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: "LLM validity via enhanced conformal prediction: conditional guarantees,
33
type: Research
44
status: completed
55
date: 2026-02-07
6-
cover: /assets/img/proj/llm_validity_cropped.png
6+
cover: /assets/img/proj/llm_validity.png
7+
header_image: /assets/img/proj/llm_validity_cropped.png
78
authors:
89
- name: "Davide Beltrame"
910
avatar: "/assets/img/team/davide_beltrame.jpg"

0 commit comments

Comments
 (0)