From 11ae134cd720443b6ed5fe67bc570bbfcc8730e0 Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Mon, 5 Aug 2024 17:04:26 -0400 Subject: refactor: lighthouse optimizations 🗼 and slight redesign --- includes/link-tags-in-head.php | 2 ++ includes/link-tags.php | 2 -- includes/main-info.php | 2 +- includes/nav-footer.php | 7 +++---- includes/nav-header.php | 7 +++---- includes/procrastislides-banner.php | 2 +- 6 files changed, 10 insertions(+), 12 deletions(-) create mode 100644 includes/link-tags-in-head.php delete mode 100644 includes/link-tags.php (limited to 'includes') diff --git a/includes/link-tags-in-head.php b/includes/link-tags-in-head.php new file mode 100644 index 0000000..3b5f302 --- /dev/null +++ b/includes/link-tags-in-head.php @@ -0,0 +1,2 @@ + + diff --git a/includes/link-tags.php b/includes/link-tags.php deleted file mode 100644 index 23a6120..0000000 --- a/includes/link-tags.php +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/includes/main-info.php b/includes/main-info.php index 0d3aa98..8428ddf 100644 --- a/includes/main-info.php +++ b/includes/main-info.php @@ -1,4 +1,4 @@ -

simple presentation(s) site for quick slides from markdown
+

a VERY minimal presentation(s) site to create quick slides from markdown
(powered by LaTeX beamer, pandoc, and the rust uutils)

✨ latest feature update: addition of 16:9 themes 🚀


diff --git a/includes/nav-footer.php b/includes/nav-footer.php index 2035daa..370eeae 100644 --- a/includes/nav-footer.php +++ b/includes/nav-footer.php @@ -1,8 +1,7 @@
-home -how-to -info -licenses +home   +info   +licenses  

all site content is in the public domain

my other stuff: website link →

diff --git a/includes/nav-header.php b/includes/nav-header.php index 86a987d..c4cac05 100644 --- a/includes/nav-header.php +++ b/includes/nav-header.php @@ -1,9 +1,8 @@

- home - how-to - info - licenses + 🏠 home   + 📃 info   + 🏛 licenses  


diff --git a/includes/procrastislides-banner.php b/includes/procrastislides-banner.php index 3a6ca46..e69a821 100644 --- a/includes/procrastislides-banner.php +++ b/includes/procrastislides-banner.php @@ -1,4 +1,4 @@ -- cgit v1.2.3