diff options
Diffstat (limited to '_site_build/_includes/post_excerpt.html')
| -rw-r--r-- | _site_build/_includes/post_excerpt.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_site_build/_includes/post_excerpt.html b/_site_build/_includes/post_excerpt.html index 1caf4d5..461cb55 100644 --- a/_site_build/_includes/post_excerpt.html +++ b/_site_build/_includes/post_excerpt.html @@ -1,6 +1,6 @@ <article class="excerpt"> <header> - <h1><a href="{{ post.url }}" target="_self" title="{{ post.title }}">{{ post.title }}</a></h1> + <h1><a href="{{ post.url }}" rel="bookmark" target="_self" title="{{ post.title }}">{{ post.title }}</a></h1> <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 | truncate }} |
