Remove generated timestamp from public index cards
This commit is contained in:
parent
71317f340f
commit
6a152e21b4
1 changed files with 0 additions and 1 deletions
|
|
@ -357,7 +357,6 @@ $siteHeaderTitle = $headerTitles[array_rand($headerTitles)];
|
||||||
$locFilterUrl = query_url(['q' => 'location=' . (string)($m['location'] ?? '')]);
|
$locFilterUrl = query_url(['q' => 'location=' . (string)($m['location'] ?? '')]);
|
||||||
?>
|
?>
|
||||||
<article class="video-row">
|
<article class="video-row">
|
||||||
<time class="created-at" datetime="<?=h(date('c', filemtime($v)))?>"><?=h(date('d.m.Y H:i', filemtime($v)))?></time>
|
|
||||||
<div class="video-row-head video-row-head-mobile">
|
<div class="video-row-head video-row-head-mobile">
|
||||||
<h2 class="video-row-title"><?=h($m['title'])?></h2>
|
<h2 class="video-row-title"><?=h($m['title'])?></h2>
|
||||||
<p class="meta">
|
<p class="meta">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue