aboutsummaryrefslogtreecommitdiffstats
path: root/src/download.php
diff options
context:
space:
mode:
authorkj_sh6042026-01-01 06:00:05 -0500
committerkj_sh6042026-01-01 06:00:05 -0500
commit3d5d0f37c2d2aa83fec5d5552c0f8942e3ce5a36 (patch)
tree05dfa2092010a3f4fb065000d180d3274bf8c16d /src/download.php
parent4f831aaa59f22c6fa751124681622848babe9494 (diff)
refactor: wrap in an `include`
Diffstat (limited to 'src/download.php')
-rw-r--r--src/download.php8
1 files changed, 3 insertions, 5 deletions
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