diff --git a/source/_others/2015-09-11-gray-hack.md b/source/_others/2015-09-11-gray-hack.md index fbcc889..a15a5ad 100644 --- a/source/_others/2015-09-11-gray-hack.md +++ b/source/_others/2015-09-11-gray-hack.md @@ -22,7 +22,7 @@ been produced followed by 500 which will not be available for sale. The pHackyderm has several features that distinguish it from an elephpant including an articulated trunk, robotic eye, and boots. -The first prototype is named Steve, and the second Steven. All have the HHVM -plate on the obverse side. The initial prototype has a blank reverse, but the -later protypes and production pHackyderms will have the Hack logo and text on -the reverse side. +The first prototype is named Steve, the second Steph, and the third and final +Steven. All have the HHVM plate on the obverse side. The initial prototype has a +blank reverse, but the later protypes and production pHackyderms will have the +Hack logo and text on the reverse side. diff --git a/source/_partials/_animal.html b/source/_partials/_animal.html index ced3b69..ae4d60a 100644 --- a/source/_partials/_animal.html +++ b/source/_partials/_animal.html @@ -1,6 +1,5 @@
- {% if elephpant.photos %}
{% for photo in elephpant.photos %} @@ -15,10 +14,13 @@
by {{ photo.credit }}
{% endif %}
+ {% else %} +
+ +
{% endfor %}
- {% endif %} {% if elephpant.commonname != "" %}
diff --git a/source/css/style.css b/source/css/style.css index aa4326e..4ebfabf 100644 --- a/source/css/style.css +++ b/source/css/style.css @@ -129,6 +129,10 @@ p { margin: 0 0 1em; } float: left; } +.elephpant .photo.placeholder { + filter: grayscale(1) blur(5px) opacity(0.5); +} + .elephpant .photo img, .elephpant .photo .caption { display: block; diff --git a/source/images/placeholder.png b/source/images/placeholder.png new file mode 100644 index 0000000..628abda Binary files /dev/null and b/source/images/placeholder.png differ