diff options
| author | davidtsadler <davidtsadler@googlemail.com> | 2012-01-07 20:29:41 +0000 |
|---|---|---|
| committer | davidtsadler <davidtsadler@googlemail.com> | 2012-01-07 20:29:41 +0000 |
| commit | f59e8e63993f4410839fa90ac5df859abb4015c8 (patch) | |
| tree | 447732288abfcc8b3cd18a9bef10c80242d4b4b4 /_site_build/_includes | |
| parent | 5da0b65e69a4a6550f589a27a60358b0ad2e15e7 (diff) | |
Add rel=bookmark
Diffstat (limited to '_site_build/_includes')
| -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 }} |
