Skip to content

Commit

Permalink
build: More debugging additions
Browse files Browse the repository at this point in the history
  • Loading branch information
hepplerj committed Nov 11, 2024
1 parent ab132b8 commit 8efc250
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions essays/templates/essays/forensic_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ <h1>{{ page.title }}</h1>
<!-- Image: {{ item.image.id }} -->
{% image item.image width-1200 as item_large_img %}
{% image item.image fill-400x300 as item_thumb %}
<!-- Image thumb url: {{item_thumb}} -->
<!-- Image url: {{item_large_img}} -->

<div class="relative overflow-hidden cursor-pointer"
@click="modalOpen = true; modalImage = '{{ item_large_img.url }}'; modalCaption = '{{ item.caption|escapejs }}'">
<img src="{{ item_thumb.url }}" alt="{{ item.image.title }}"
Expand Down

0 comments on commit 8efc250

Please sign in to comment.