|
|
@ -35,6 +35,7 @@ function main() { |
|
|
|
|
|
|
|
[].forEach.call(document.querySelectorAll('time.time-ago'), (content) => { |
|
|
|
const datetime = new Date(content.getAttribute('datetime')); |
|
|
|
content.title = dateTimeFormat.format(datetime); |
|
|
|
content.textContent = relativeFormat.format(datetime); |
|
|
|
}); |
|
|
|
}); |
|
|
|