Explorar el Código

Update 'blog/index.php'

computer_glamour hace 2 semanas
padre
commit
1d34411ccc
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      blog/index.php

+ 5 - 1
blog/index.php

@@ -56,15 +56,19 @@ window.addEventListener("load", (event) => {
           <a class="no-button" href="/blog/blog.php?b=<?= htmlspecialchars($post['slug']) ?>">
             <?= htmlspecialchars($post['title']) ?>
           </a>
+<!--
           <time datetime="<?= date('c', $post['time']) ?>">
             <?= date('Y-m-d', $post['time']) ?>
           </time>
+-->
             <br>
       <?php endforeach; ?>
                 <a class="no-button" href="/blog/video_games.php">
             Video Game Ranking          </a>
+<!--
           <time datetime="2026-02-10T14:23:27+00:00">
             2026-02-10          </time>
+-->
             <br>
 
     </ul>
@@ -84,4 +88,4 @@ window.addEventListener("load", (event) => {
     </footer>
 
 </body>
-</html>
+</html>