1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Change the tooltips placement.

Also modified code indentation.
This commit is contained in:
Cotes Chung
2020-02-17 02:51:12 +08:00
parent 79c7a5101f
commit f302f798aa
5 changed files with 17 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ layout: page
<div class="post-meta text-muted pt-1">
<!-- posted date -->
<i class="far fa-clock fa-fw"></i>
<span class="timeago" data-toggle="tooltip" title="{{ post.date | date: TOOLTIP_DATE }}">
<span class="timeago" data-toggle="tooltip" data-placement="auto" title="{{ post.date | date: TOOLTIP_DATE }}">
{{ post.date | date: POST_DATE }}
<i class="unloaded">{{ post.date | date_to_xmlschema }}</i>
</span>