aboutsummaryrefslogtreecommitdiffstats
path: root/_includes/post-preview.html
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2021-09-19 16:34:37 +0300
committerla-ninpre <leobrekalini@gmail.com>2021-09-19 16:34:37 +0300
commita546917f088f049e91aca075a222096dea83fb2b (patch)
tree1615c42547dbd5c33c69703351b893462a7f8a5d /_includes/post-preview.html
parent1f26e4981ecd89ace20d9e329a629fd63dfc269a (diff)
downloadaaoth.xyz-a546917f088f049e91aca075a222096dea83fb2b.tar.gz
aaoth.xyz-a546917f088f049e91aca075a222096dea83fb2b.zip
fix html errors
Diffstat (limited to '_includes/post-preview.html')
-rw-r--r--_includes/post-preview.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/_includes/post-preview.html b/_includes/post-preview.html
index 05cc4f1..aaa1d1b 100644
--- a/_includes/post-preview.html
+++ b/_includes/post-preview.html
@@ -7,9 +7,8 @@
<a href="{{ post.url }}">read more...</a>
</p>
<small>
- <p>{{ post.date | date_to_string }} /
+ {{ post.date | date_to_string }} /
{% for tag in post.tags %}<a href="/tags/{{tag}}">{{tag}} </a>
{% endfor %}
- </p>
</small>
</div>