Commit 51bd2f89 authored by Jonathan Rehm's avatar Jonathan Rehm

Use dot notation

parent fe68c8a7
......@@ -4,7 +4,7 @@
{% if author is not none %}
<section class="author-bio">
{%if author['image_url'] is not none %}
{%if author.image_url is not none %}
<img src="{{author.image_url}}" alt="{{author.name}}" class="author-photo pull-left">
{% endif %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment