aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-07-07 05:14:31 -0400
committerThedro Neely <thedroneely@gmail.com>2022-07-07 05:14:31 -0400
commit203b2889f124ac84db842baee4722379f234b7f6 (patch)
treeff71a333b8cd45660d667f243152e0e8ed0e886d /app/views/partials
parent1d4d75341fc7df0ccd4eee68f003c3c853b3bbc6 (diff)
downloadthedroneely.com-203b2889f124ac84db842baee4722379f234b7f6.tar.gz
thedroneely.com-203b2889f124ac84db842baee4722379f234b7f6.tar.bz2
thedroneely.com-203b2889f124ac84db842baee4722379f234b7f6.zip
app/views: Remove unused schemas
Diffstat (limited to 'app/views/partials')
-rw-r--r--app/views/partials/header.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/partials/header.php b/app/views/partials/header.php
index b4a6b62..b236575 100644
--- a/app/views/partials/header.php
+++ b/app/views/partials/header.php
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html class="has-navbar-fixed-top" lang="en-us">
+<html class="has-navbar-fixed-top" lang="en-us" itemscope itemtype="http://schema.org/WebPage">
<head>
@@ -13,7 +13,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index,follow">
-
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/snippets/rss.php'; ?>
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/snippets/favicons.php'; ?>