diff options
author | Valentin Popov <info@valentineus.link> | 2019-10-31 18:03:06 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2019-10-31 18:03:06 +0300 |
commit | 24c7322da06d359e76977c264286e9070da7d63c (patch) | |
tree | be78a33c4b5aecb5bbcd49f865b2a1d053b9ec6d /_includes | |
parent | dbbde61eaa247b770e5b1231eb05dcb97d438b1e (diff) | |
download | popov.link-24c7322da06d359e76977c264286e9070da7d63c.tar.xz popov.link-24c7322da06d359e76977c264286e9070da7d63c.zip |
Added a new description
Signed-off-by: Valentin Popov <info@valentineus.link>
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> |