From c0fe22f066926e53de65586896610ca1fca97c46 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Thu, 8 Jul 2021 15:59:17 -0500
Subject: [PATCH] Add raw CT gif caption

---
 layouts/index.html | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/layouts/index.html b/layouts/index.html
index 4be954e..bd531bb 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -12,7 +12,10 @@
     {{ .Render "summary"}}
   {{ end }}
   <br>
-  <img src="/images/CT_huLUT.gif" style="display:block; margin-left:auto; margin-right:auto; width:50%;">
+  <div style="display:block; margin-left:auto; margin-right:auto; width:50%; text-align:center">
+    <img src="/images/CT_huLUT.gif" style="display:block; margin-left:auto; margin-right:auto; width:100%;">
+    nanoCT of a healthy human prostate and bladder in the transverse plane performed in collaboration with Julia Bittencourt at the University of Florida in the Cohn lab
+  </div>
   {{ partial "pagination.html" . }}
 </div>
 
-- 
GitLab