aboutsummaryrefslogtreecommitdiff
path: root/app
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
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')
-rw-r--r--app/views/contact.view.php2
-rw-r--r--app/views/index.view.php2
-rw-r--r--app/views/partials/header.php3
-rw-r--r--app/views/upload.view.php2
4 files changed, 4 insertions, 5 deletions
diff --git a/app/views/contact.view.php b/app/views/contact.view.php
index bcf44e1..07ac68a 100644
--- a/app/views/contact.view.php
+++ b/app/views/contact.view.php
@@ -6,7 +6,7 @@
<?php require __DIR__ . '/partials/navigator.php'; ?>
- <section class="section" itemscope itemtype="http://schema.org/WebPage">
+ <section class="section">
<div class="container">
<div class="columns is-centered">
diff --git a/app/views/index.view.php b/app/views/index.view.php
index 20b375e..8261d35 100644
--- a/app/views/index.view.php
+++ b/app/views/index.view.php
@@ -4,7 +4,7 @@
<?php require __DIR__ . '/partials/navigator.php';?>
- <section class="section" itemscope itemtype="http://schema.org/HomePage">
+ <section class="section">
<div class="container">
<div class="columns is-centered">
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'; ?>
diff --git a/app/views/upload.view.php b/app/views/upload.view.php
index b5f4874..93ab171 100644
--- a/app/views/upload.view.php
+++ b/app/views/upload.view.php
@@ -6,7 +6,7 @@
<?php require __DIR__ . '/partials/navigator.php';?>
- <section class="section" itemscope itemtype="http://schema.org/HomePage">
+ <section class="section">
<div class="container">
<h1 class="title has-text-centered">Upload Files</h1>