diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/VERSION | 2 | ||||
| -rw-r--r-- | src/download.php | 8 | ||||
| -rw-r--r-- | src/includes/site-title-and-description.php | 2 | ||||
| -rw-r--r-- | src/index.php | 6 | ||||
| -rw-r--r-- | src/info.php | 4 | ||||
| -rw-r--r-- | src/licenses.php | 4 |
6 files changed, 10 insertions, 16 deletions
diff --git a/src/VERSION b/src/VERSION index 843e657..e7c1ddd 100644 --- a/src/VERSION +++ b/src/VERSION @@ -1 +1 @@ -2026.01.01-0134 +2026.01.01-0600 diff --git a/src/download.php b/src/download.php index 9b8d29b..90f0521 100644 --- a/src/download.php +++ b/src/download.php @@ -8,11 +8,9 @@ <meta http-equiv='expires' content='0'> <meta http-equiv='pragma' content='no-cache'> <meta name="viewport" content="width=device-width, initial-scale=1"> - <title>procrastiSlides: great for procratinators who need to get a presentation out, quick! 😆</title> - <meta name="description" content="create .pdf presentations from markdown! 🤗 procrastiSlides is a simple presentation(s) site that respects your dark mode setting and has responsive web design. - non-intruisive ads, no tracking, nothing but quick slides from plain text/markdown. 🏫 try copy and pasting your school notes! that might even work 😂"> + <?php include "includes/site-title-and-description.php"; ?> <?php include "includes/link-tags-in-head.php"; ?> - <meta name="color-scheme" content="light dark"> + <meta name="color-scheme" content="light dark"> </head> <body> @@ -84,4 +82,4 @@ </footer> </body> -</html> +</html>
\ No newline at end of file diff --git a/src/includes/site-title-and-description.php b/src/includes/site-title-and-description.php new file mode 100644 index 0000000..3fef685 --- /dev/null +++ b/src/includes/site-title-and-description.php @@ -0,0 +1,2 @@ + <title>procrastiSlides: minimal markdown to presentation tool</title> + <meta name="description" content="create .pdf presentations from markdown! procrastiSlides is a simple presentation(s) site that respects your privacy: no ads, no tracking... just simple and quick slides from plain text/markdown">
\ No newline at end of file diff --git a/src/index.php b/src/index.php index c8964dd..102eb20 100644 --- a/src/index.php +++ b/src/index.php @@ -9,9 +9,7 @@ session_start(); ?> <meta http-equiv='expires' content='0'> <meta http-equiv='pragma' content='no-cache'> <meta name="viewport" content="width=device-width, initial-scale=1"> - <title>procrastiSlides: great for procratinators who need to get a presentation out, quick! 😆</title> - <meta name="description" content="create .pdf presentations from markdown! 🤗 procrastiSlides is a simple presentation(s) site that respects your dark mode setting and has responsive web design. - non-intruisive ads, no tracking, nothing but quick slides from plain text/markdown. 🏫 try copy and pasting your school notes! that might even work 😂"> + <?php include "includes/site-title-and-description.php"; ?> <?php include "includes/link-tags-in-head.php"; ?> <meta name="color-scheme" content="light dark"> </head> @@ -48,4 +46,4 @@ session_start(); ?> </script> </body> -</html> +</html>
\ No newline at end of file diff --git a/src/info.php b/src/info.php index 71bd8e3..d80e362 100644 --- a/src/info.php +++ b/src/info.php @@ -7,9 +7,7 @@ <meta http-equiv='expires' content='0'> <meta http-equiv='pragma' content='no-cache'> <meta name="viewport" content="width=device-width, initial-scale=1"> - <title>procrastiSlides: great for procratinators who need to get a presentation out, quick! 😆</title> - <meta name="description" content="create .pdf presentations from markdown! 🤗 procrastiSlides is a simple presentation(s) site that respects your dark mode setting and has responsive web design. - non-intruisive ads, no tracking, nothing but quick slides from plain text/markdown. 🏫 try copy and pasting your school notes! that might even work 😂"> + <?php include "includes/site-title-and-description.php"; ?> <?php include "includes/link-tags-in-head.php"; ?> <meta name="color-scheme" content="light dark"> </head> diff --git a/src/licenses.php b/src/licenses.php index ebea509..6d05bf4 100644 --- a/src/licenses.php +++ b/src/licenses.php @@ -7,9 +7,7 @@ <meta http-equiv='expires' content='0'> <meta http-equiv='pragma' content='no-cache'> <meta name="viewport" content="width=device-width, initial-scale=1"> - <title>procrastiSlides: great for procratinators who need to get a presentation out, quick! 😆</title> - <meta name="description" content="create .pdf presentations from markdown! 🤗 procrastiSlides is a simple presentation(s) site that respects your dark mode setting and has responsive web design. - non-intruisive ads, no tracking, nothing but quick slides from plain text/markdown. 🏫 try copy and pasting your school notes! that might even work 😂"> + <?php include "includes/site-title-and-description.php"; ?> <?php include "includes/link-tags-in-head.php"; ?> <meta name="color-scheme" content="light dark"> </head> |
