diff options
Diffstat (limited to '_includes/post-preview.html')
| -rw-r--r-- | _includes/post-preview.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/_includes/post-preview.html b/_includes/post-preview.html index d86c92c..53ed59d 100644 --- a/_includes/post-preview.html +++ b/_includes/post-preview.html @@ -6,5 +6,10 @@ <p> <a href="{{ post.url }}">read more...</a> </p> - <small><p>{{ post.date | date_to_string }}</p></small> + <small> + <p>{{ post.date | date_to_string }} | + {% for tag in post.tags %}<a href="/tags/{{tag}}">{{tag}} </a> + {% endfor %} + </p> + </small> </div> |
