diff options
Diffstat (limited to '_includes/aside.html')
-rw-r--r-- | _includes/aside.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/aside.html b/_includes/aside.html index 3808f78..19ee3cc 100644 --- a/_includes/aside.html +++ b/_includes/aside.html @@ -24,7 +24,7 @@ {{ post.date | date: '%Y-%m-%d' | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }} </time> </small> - + » <a href="{{ post.url | relative_url | uri_escape }}"> {{ post.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }} </a> |