aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2019-10-07 22:40:29 -0500
committerMatt Rude <[email protected]>2019-10-07 22:40:29 -0500
commit1d0263d0003b5b24e49c98665864a9af5d59b3ab (patch)
tree69281eb5e61e3c05ce4137fd5a206c2bcfcf8784
parentc7bb0b2f2586099ef3f43db1221eb0c4f999213e (diff)
downloadtherudes_com-1d0263d0003b5b24e49c98665864a9af5d59b3ab.tar.gz
therudes_com-1d0263d0003b5b24e49c98665864a9af5d59b3ab.tar.bz2
therudes_com-1d0263d0003b5b24e49c98665864a9af5d59b3ab.zip
More photos updates
-rw-r--r--_data/photos.yml5
-rw-r--r--_includes/photo.html3
2 files changed, 4 insertions, 4 deletions
diff --git a/_data/photos.yml b/_data/photos.yml
index 16b3384..8009b5c 100644
--- a/_data/photos.yml
+++ b/_data/photos.yml
@@ -6,11 +6,10 @@
image: family-photo.2016.small.jpg
- year: 2015
image: family-photo.2015.small.jpg
- discription: '<h3>Thanksgiving, 2015</h3><span><b>Rear Row:</b> Lisa, Emma, Sandy, Linda, Ruby, Doug, Amanda, Brian</span><br /><span><b>Front Row:</b> Wade, Matt, Amdada, Lila, Scott, Sam, Odin</span>'
+ title: Thanksgiving, 2015
+ discription: '<b>Rear Row:</b> Lisa, Emma, Sandy, Linda, Ruby, Doug, Amanda, Brian<br /><b>Front Row:</b> Wade, Matt, Amdada, Lila, Scott, Sam, Odin'
- year: 2014
image: family-photo.2014.small.jpg
-- year: 2013
- image: family-photo.2013.jpg
- year: 2012
image: family-photo.2012.small.jpg
- year: 2011
diff --git a/_includes/photo.html b/_includes/photo.html
index 7ac9421..85d4585 100644
--- a/_includes/photo.html
+++ b/_includes/photo.html
@@ -18,7 +18,8 @@
<img src="/assets/img/family-photos/{{ photo.image }}" class="img-responsive" alt="Responsive image" style="width:80%">
{% if photo.discription %}
<div>
- {{ photo.discription }}
+ <h2>{{ photo.title }}</h2>
+ <p>{{ photo.discription }}</p>
</div>
{% endif %}
</div>