From f0b4eb528c28f417ce3e5bbcaef07cf24d3391f4 Mon Sep 17 00:00:00 2001 From: mnyrop Date: Wed, 26 Jun 2024 12:02:38 -0400 Subject: [PATCH] add oh portrait image to og --- site/_includes/partials/head.html | 1 + 1 file changed, 1 insertion(+) diff --git a/site/_includes/partials/head.html b/site/_includes/partials/head.html index 1e2c077..adbb7f9 100644 --- a/site/_includes/partials/head.html +++ b/site/_includes/partials/head.html @@ -7,6 +7,7 @@ {%- assign description = item.Summary %} {%- elsif history.Label -%} {%- capture title -%}{{ history.Label | strip_html }} - {{ site.title }}{%- endcapture -%} + {%- capture img -%}{{ '/media/oh' | url }}/{{ history.ID }}.jpg{%- endcapture -%} {%- else -%} {%- capture title -%}{{ exhibit.title | strip_html | default: title }} - {{ site.title }}{%- endcapture -%} {%- assign img = thumbnail -%}