diff --git a/_includes/views/pagination.html b/_includes/views/pagination.html index fc44534..88be011 100644 --- a/_includes/views/pagination.html +++ b/_includes/views/pagination.html @@ -18,9 +18,9 @@ {% assign reading_time = return %} {%- include functions.html func='get_article_excerpt' -%} {% assign excerpt = return %} + {%- assign post_url = post.url | relative_url -%}

- {%- assign post_url = post.url | relative_url -%} {{ post.title | escape }} @@ -29,9 +29,11 @@ {{ post.date | date: date_format }} {{ reading_time }} -

- {{ excerpt }} -

+ +

+ {{ excerpt }} Read More +

+
{%- for tag in post.tags -%}