Skip to content

Commit

Permalink
tinkering
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyAJohnston committed Dec 1, 2024
1 parent bc6ac79 commit 01619dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions docs/examples/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@
path: https://www.youtube.com/watch?v=8DBhTXM_Br4
image: https://img.youtube.com/vi/8DBhTXM_Br4/0.jpg

- title: St Jude Children's Hospital
- title: Microtubules
author: Zhaowen Luo, St Jude Children's Hospital
description: An animation from St Jude Children's Hospital, created by Zhaowen Luo. It was shown at the Association of Medical Illustrators annual conference in 2023, and won the category for Individual Professional Motion and Interactive Media.
path: https://awards.ami.org/gallery/WOVQRGgD/LrVXNAor?search=848d592b94f65998-20)
path: https://awards.ami.org/gallery/WOVQRGgD/LrVXNAor?search=848d592b94f65998-20
image: https://i.imgur.com/YpaJXEV.png

- title: Nano Rooms
Expand Down
7 changes: 4 additions & 3 deletions docs/examples/template.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[
`<h5 class="no-anchor card-title listing-title">`{=html}
`<h4 class="no-anchor card-title listing-title">`{=html}
<%= item.title %>
`</h5>`{=html}
](<%- item.path %>){.quarto-grid-link}
Expand Down Expand Up @@ -39,7 +39,7 @@
:::: {.card-attribution .card-text-small .justify}
:::: {.listing-author}
[<%= item.author %>](<%= item.path %>){.no-external}
<%= item.author %>
:::
:::
Expand All @@ -57,4 +57,5 @@
<% } %>

:::
:::

0 comments on commit 01619dc

Please sign in to comment.