diff options
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/aside.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_includes/aside.html b/_includes/aside.html index 33cc5c3..311b826 100644 --- a/_includes/aside.html +++ b/_includes/aside.html @@ -3,6 +3,8 @@ <img alt="[Avatar]" src="{{ site.avatar | strip_newlines | strip_html | strip | normalize_whitespace | relative_url | uri_escape }}" /> </div> + <p>{{ site.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}</p> + {% for link in site.data.aside_links %} <p> <span>{{ link.name | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}</span> |