diff options
Diffstat (limited to '_site_build/_includes/post_excerpt.html')
| -rw-r--r-- | _site_build/_includes/post_excerpt.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_site_build/_includes/post_excerpt.html b/_site_build/_includes/post_excerpt.html index 7edb5a0..a8ef58e 100644 --- a/_site_build/_includes/post_excerpt.html +++ b/_site_build/_includes/post_excerpt.html @@ -1,8 +1,8 @@ <article class="excerpt"> <header> <h1>{{ post.title }}</h1> - <time datetime="{{ post.date | date: '%Y-%m-%d' }}" pubdate>{{ post.date | date: '%A, %d %B, %Y' }}</time> + <time datetime="{{ post.date | date: '%Y-%m-%d' }}" pubdate>{{ post.date | date: '%A' }} {{ post.date | ordinalize }} {{ post.date | date: '%B, %Y' }}</time> </header> {{ post.content | text_excerpt }} - <a href="{{ post.url }}" title="{{ post.title }}">Click to continue reading »</a></li> + <a href="{{ post.url }}" target="_self" title="{{ post.title }}">Click to continue reading »</a> </article> |
