aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/index
diff options
context:
space:
mode:
authorKevin Hamer <kevin@imarc.com>2020-10-11 17:12:45 -0400
committerMantas Vilčinskas <hi@mnts.lt>2020-10-27 21:38:46 +0200
commit78b3b15525d756c5b522b07e98049dcb9c024a6a (patch)
tree57f0eb54db845ca730e54d1e087f63c10f53dd78 /layouts/partials/index
parente8e50381292a6532cdc3c2802f37262b279fe30b (diff)
Add .relative-time class and JS logic
Diffstat (limited to 'layouts/partials/index')
-rw-r--r--layouts/partials/index/summary.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/index/summary.html b/layouts/partials/index/summary.html
index de6bceb..dcf753c 100644
--- a/layouts/partials/index/summary.html
+++ b/layouts/partials/index/summary.html
@@ -20,5 +20,5 @@
{{ end }}{{ end }}{{ end }}
</strong>
- <div class="summary__date clicky float-right" onclick="location.reload()"></div>
-</div> \ No newline at end of file
+ <div class="summary__date clicky float-right relative-time" onclick="location.reload()" data-prefix="{{ T "lastChecked" }} "></div>
+</div>