diff --git a/_includes/figure.html b/_includes/figure.html index 06d1897..79ff66c 100644 --- a/_includes/figure.html +++ b/_includes/figure.html @@ -4,6 +4,12 @@ {% assign pull = "" %} {% endif %} +{% if include.border == true %} +{% assign img_border = "img-border" %} +{% else %} +{% assign img_border = "" %} +{% endif %} + {% assign w = include.width | to_integer %} {% if w <= 12 %} {% assign colwidth="col-md-" | append: w %} @@ -25,7 +31,7 @@ {% endif %}
- {{ include.alt | default: 'no description' }}
diff --git a/_posts/2024/2024-05-04-a-maltese-grant-of-arms.md b/_posts/2024/2024-05-04-a-maltese-grant-of-arms.md index d6a6fd9..0408b4c 100644 --- a/_posts/2024/2024-05-04-a-maltese-grant-of-arms.md +++ b/_posts/2024/2024-05-04-a-maltese-grant-of-arms.md @@ -76,7 +76,6 @@ reinforces my commitment to uphold the values it signifies and to carry forth the legacy of service and excellence that the arms represent. -{% include figure.html image="jhoward-maltese-coa-salmeron-960px.png" -width="12" +{% include figure.html image="jhoward-maltese-salmeron-960px.jpg" width="12" border=true cap="Coat of Arms for James P. Howard, II, as interpreted by [Dr Antonio Salmerón](http://blason.es/)" alt="Coat of Arms for James P. Howard, II, as interpreted by Dr Antonio Salmerón" %} diff --git a/assets/css/jameshoward.css b/assets/css/jameshoward.css index 01a9854..13679e9 100644 --- a/assets/css/jameshoward.css +++ b/assets/css/jameshoward.css @@ -100,6 +100,12 @@ figure { margin: 1em; } +.img-border { + border-color: #303030; + border-style: solid; + border-width: 1px; +} + .featured-image-post { margin-top: -5em; z-index: 100; diff --git a/assets/img/jhoward-maltese-salmeron-960px.jpg b/assets/img/jhoward-maltese-salmeron-960px.jpg new file mode 100644 index 0000000..7a74759 Binary files /dev/null and b/assets/img/jhoward-maltese-salmeron-960px.jpg differ diff --git a/assets/img/jhoward-maltese-salmeron-960px.png b/assets/img/jhoward-maltese-salmeron-960px.png index ae30a7c..ba26035 100644 Binary files a/assets/img/jhoward-maltese-salmeron-960px.png and b/assets/img/jhoward-maltese-salmeron-960px.png differ diff --git a/honors/maltese-coat-arms.md b/honors/maltese-coat-arms.md index bd82510..52aa182 100644 --- a/honors/maltese-coat-arms.md +++ b/honors/maltese-coat-arms.md @@ -17,8 +17,7 @@ redirect_from: - /honors/malta/ --- -{% include figure.html image="jhoward-maltese-coa-salmeron-960px.png" placement="right" -width="40%" +{% include figure.html image="jhoward-maltese-salmeron-960px.jpg" placement="right" width="40%" border=true cap="Coat of Arms for James P. Howard, II, as interpreted by [Dr Antonio Salmerón](http://blason.es/)" alt="Coat of Arms for James P. Howard, II, as interpreted by Dr Antonio Salmerón" %} @@ -200,7 +199,7 @@ the essence of the coat of arms remains consistent across different renditions, showcasing the universal language of heraldry that transcends individual variations in artistic expression. -{% include figure.html image="jhoward-maltese-coa-salmeron-960px.png" width="80%" +{% include figure.html image="jhoward-maltese-salmeron-960px.jpg" width="80%" border=true cap="Coat of Arms for James P. Howard, II, as interpreted by [Dr Antonio Salmerón](http://blason.es/)" alt="Coat of Arms for James P. Howard, II, as interpreted by Dr Antonio Salmerón" %}