aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkj_sh6042023-07-09 01:10:10 -0400
committerkj_sh6042023-07-09 01:10:10 -0400
commit3cf74f305b63df8a1e6b3fc24d0b28dc336529fe (patch)
treee54c5c4485bc568c4995e61a2446e1b1d838f983
parent162c3e2e334fb0bd520f02b8da9626b351445381 (diff)
refactor: removed redundant h3 description
-rw-r--r--index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.php b/index.php
index 75a638a..83fa3e0 100644
--- a/index.php
+++ b/index.php
@@ -23,7 +23,6 @@ session_start(); ?>
<p class="centered">simple presentation(s) site for quick slides from plain text / markdown <br>
(powered by LaTeX beamer, pandoc, and the rust uutils)</p>
<p class="centered"><b>✨ latest feature update:</b> addition of 16:9 themes 🚀</p>
- <h3 class="centered">🏃 great for procratinators who need to get a presentation out, quick! 👟</h3>
<hr>
<?php
include "includes/nav-header.php";