{% assign blog_post_link = 'href="' | append: post.url | append:"#" %}
{{ post.excerpt | replace: 'href="#', blog_post_link }}
{% if post.content contains site.excerpt_separator %}
{{ site.excerpt_link }}
{% endif %}
{% else %}
{{ post.content | replace: site.excerpt_separator, '