Lately.js fix
This commit is contained in:
parent
b63914bdd8
commit
3cf771d7c0
|
@ -11,7 +11,7 @@
|
|||
$("article pre").addClass("shadow rounded");
|
||||
$("table").addClass("table");
|
||||
});
|
||||
Lately({'target' : '.lately-a, .lately-b, .lately-c'});
|
||||
Lately({'target' : '.lately'});
|
||||
</script>
|
||||
<footer class="mt-5 mb-5" id="footer" role="footer">
|
||||
<div class="container">
|
||||
|
|
2
post.php
2
post.php
|
@ -7,7 +7,7 @@
|
|||
<div>
|
||||
<span class="text-gray">
|
||||
<i class="far fa-calendar-alt ml-1 mr-1"></i>
|
||||
<time class="lately-a" datetime="<?php $this->date('c'); ?>" itemprop="datePublished" pubdate>Lately</time> |
|
||||
<time class="lately" datetime="<?php $this->date('c'); ?>" itemprop="datePublished" pubdate>Lately</time> |
|
||||
<time datetime="<?php $this->date('c'); ?>" itemprop="datePublished"><?php $this->date('Y-m-d D h:iA'); ?></time>
|
||||
</span>
|
||||
<?php if ($this->user->hasLogin()): ?>
|
||||
|
|
Loading…
Reference in New Issue