_includes/header.html in jekyll-theme-scaffold-1.2.0 vs _includes/header.html in jekyll-theme-scaffold-1.3.0
- old
+ new
@@ -1,5 +1,10 @@
<header class="masthead">
+ {% if site.author.avatar %}
+ <a href="{{ '/' | relative_url }}" title="Home">
+ <img src="{{ site.author.avatar | relative_url }}" alt="Avatar" class="avatar">
+ </a>
+ {% endif %}
<a class="masthead-title" href="{{ '/' | relative_url }}" title="Home">{{ site.title }}</a>
<small class="masthead-tagline">{{ site.tagline }}</small>
{% if site.data.navigation %}
<nav class="nav">
<ul class="nav-list">