From f42040d513aaecccaf01b5074e350a1a902f44e5 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 19 Oct 2017 09:02:41 -0400 Subject: [PATCH] Only show author image when set Fixes `{nil, "picture"=>nil"}` in `_layouts/about.html` when author image isn't set in `_config.yml`. Close #34 --- CHANGELOG.md | 5 +++++ _layouts/about.html | 4 +++- docs/_layouts/about.html | 4 +++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44a4169..99c5b0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [Unreleased] - + +### Fixed +- Fixed `{nil, "picture"=>nil"}` in `_layouts/about.html` when author image isn't set. [#34](https://github.com/mmistakes/jekyll-theme-basically-basic/issues/34) + ## [1.1.2] - 2017-09-14 ### Fixed diff --git a/_layouts/about.html b/_layouts/about.html index fe13cb4..a29fd96 100644 --- a/_layouts/about.html +++ b/_layouts/about.html @@ -12,7 +12,9 @@ layout: default diff --git a/docs/_layouts/about.html b/docs/_layouts/about.html index fe13cb4..a29fd96 100644 --- a/docs/_layouts/about.html +++ b/docs/_layouts/about.html @@ -12,7 +12,9 @@ layout: default