diff options
Diffstat (limited to 'theme/templates/blog.html')
| -rw-r--r-- | theme/templates/blog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/blog.html b/theme/templates/blog.html index 5aa3293..fabdff1 100644 --- a/theme/templates/blog.html +++ b/theme/templates/blog.html @@ -14,6 +14,6 @@ main %} <time datetime='{{ post.date | strftime("%Y-%m-%d") }}' >{{ post.date|strftime("%Y-%m-%d") }}</time > - <a href='{{ url_for("blog", slug=post.slug) }}'>{{ post.title }}</a> + <a href='{{ url_for("blog", slug=post.slug) }}' data-text="{{ post.title }}">{{ post.title }}</a> </div> {% endfor %} {% endblock %} |
