diff options
author | Valentin Popov <info@valentineus.link> | 2019-09-25 15:05:54 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2019-09-25 15:05:54 +0300 |
commit | 5328c50d109991d90ebd6a5d10fe3173d71e52ca (patch) | |
tree | 3b8c22cd47396e9500078e95d896c6cee54ef336 /_includes | |
parent | 0f7be86087269a89598ecc7c19c620396970a615 (diff) | |
download | popov.link-5328c50d109991d90ebd6a5d10fe3173d71e52ca.tar.xz popov.link-5328c50d109991d90ebd6a5d10fe3173d71e52ca.zip |
Removed the description
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/aside.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/_includes/aside.html b/_includes/aside.html index 19ee3cc..4280168 100644 --- a/_includes/aside.html +++ b/_includes/aside.html @@ -3,8 +3,6 @@ <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> |