Added a new symbol for list posts

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2019-09-03 03:22:16 +04:00
parent caab7e2d1c
commit ebce9fba8b
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

View File

@ -24,7 +24,7 @@
{{ post.date | date: '%Y-%m-%d' | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }} {{ post.date | date: '%Y-%m-%d' | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}
</time> </time>
</small> </small>
&raquo;
<a href="{{ post.url | relative_url | uri_escape }}"> <a href="{{ post.url | relative_url | uri_escape }}">
{{ post.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }} {{ post.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}
</a> </a>