aboutsummaryrefslogtreecommitdiffstats
path: root/licenses.php
diff options
context:
space:
mode:
Diffstat (limited to 'licenses.php')
-rw-r--r--licenses.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/licenses.php b/licenses.php
index 523ed8c..2ee145f 100644
--- a/licenses.php
+++ b/licenses.php
@@ -10,13 +10,12 @@
<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 😂">
- <link rel="icon" href="../img/site-icon.webp" type="image/x-icon">
+ <?php include "includes/link-tags-in-head.php"; ?>
<meta name="color-scheme" content="light dark">
</head>
<body>
<?php
- include "includes/link-tags.php";
include "includes/license-banner.php";
include "includes/secondary-info.php";
include "includes/nav-header.php";