aboutsummaryrefslogtreecommitdiff
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
parent1d4d75341fc7df0ccd4eee68f003c3c853b3bbc6 (diff)
downloadthedroneely.com-203b2889f124ac84db842baee4722379f234b7f6.tar.gz
thedroneely.com-203b2889f124ac84db842baee4722379f234b7f6.tar.bz2
thedroneely.com-203b2889f124ac84db842baee4722379f234b7f6.zip
app/views: Remove unused schemas
-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
-rw-r--r--generators/hugo/themes/tdro/layouts/_default/archive.html2
-rw-r--r--generators/hugo/themes/tdro/layouts/_default/baseof.html4
-rw-r--r--generators/hugo/themes/tdro/layouts/_default/list.html2
-rw-r--r--generators/hugo/themes/tdro/layouts/_default/section.html2
-rw-r--r--generators/hugo/themes/tdro/layouts/_default/single.html2
-rw-r--r--generators/hugo/themes/tdro/layouts/_default/subsection.html2
-rw-r--r--generators/hugo/themes/tdro/layouts/_default/taxonomy.html2
-rw-r--r--generators/hugo/themes/tdro/layouts/_default/taxonomy_archive.html2
-rw-r--r--generators/hugo/themes/tdro/layouts/abstracts/section.html2
13 files changed, 14 insertions, 15 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>
diff --git a/generators/hugo/themes/tdro/layouts/_default/archive.html b/generators/hugo/themes/tdro/layouts/_default/archive.html
index 2356340..7399a98 100644
--- a/generators/hugo/themes/tdro/layouts/_default/archive.html
+++ b/generators/hugo/themes/tdro/layouts/_default/archive.html
@@ -1,5 +1,5 @@
{{ define "main" }}
-<section class="section is-fullheight" itemscope itemtype="https://schema.org/WebPage">
+<section class="section is-fullheight">
<div class="container">
<div class="columns is-centered">
<div class="column is-7">
diff --git a/generators/hugo/themes/tdro/layouts/_default/baseof.html b/generators/hugo/themes/tdro/layouts/_default/baseof.html
index c0b55aa..81c9a1e 100644
--- a/generators/hugo/themes/tdro/layouts/_default/baseof.html
+++ b/generators/hugo/themes/tdro/layouts/_default/baseof.html
@@ -1,7 +1,7 @@
<!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/Article">
-<head itemscope>
+<head>
{{ partial "head.html" . -}}
diff --git a/generators/hugo/themes/tdro/layouts/_default/list.html b/generators/hugo/themes/tdro/layouts/_default/list.html
index 6605db7..78fec9b 100644
--- a/generators/hugo/themes/tdro/layouts/_default/list.html
+++ b/generators/hugo/themes/tdro/layouts/_default/list.html
@@ -1,5 +1,5 @@
{{ define "main" }}
-<section class="section" itemscope itemtype="http://schema.org/AboutPage">
+<section class="section">
<div class="container">
<div class="columns is-centered">
<div class="column is-7">
diff --git a/generators/hugo/themes/tdro/layouts/_default/section.html b/generators/hugo/themes/tdro/layouts/_default/section.html
index adb5fbf..47ea0a7 100644
--- a/generators/hugo/themes/tdro/layouts/_default/section.html
+++ b/generators/hugo/themes/tdro/layouts/_default/section.html
@@ -1,5 +1,5 @@
{{ define "main" }}
-<section class="section is-fullheight" itemscope itemtype="https://schema.org/AboutPage">
+<section class="section is-fullheight">
<div class="container">
<div class="columns is-centered">
<div class="column is-7">
diff --git a/generators/hugo/themes/tdro/layouts/_default/single.html b/generators/hugo/themes/tdro/layouts/_default/single.html
index 09110d0..a3eaf4a 100644
--- a/generators/hugo/themes/tdro/layouts/_default/single.html
+++ b/generators/hugo/themes/tdro/layouts/_default/single.html
@@ -1,5 +1,5 @@
{{ define "main" }}
-<main class="section is-block is-fullheight" itemscope itemtype="https://schema.org/WebPage">
+<main class="section is-block is-fullheight">
<div class="container">
<div class="columns is-centered">
<div class="column is-7">
diff --git a/generators/hugo/themes/tdro/layouts/_default/subsection.html b/generators/hugo/themes/tdro/layouts/_default/subsection.html
index 8d2cf1c..ffaa3f9 100644
--- a/generators/hugo/themes/tdro/layouts/_default/subsection.html
+++ b/generators/hugo/themes/tdro/layouts/_default/subsection.html
@@ -1,5 +1,5 @@
{{ define "main" }}
-<section class="section is-fullheight" itemscope itemtype="https://schema.org/WebPage">
+<section class="section is-fullheight">
<div class="container">
<div class="columns is-centered">
<div class="column is-7">
diff --git a/generators/hugo/themes/tdro/layouts/_default/taxonomy.html b/generators/hugo/themes/tdro/layouts/_default/taxonomy.html
index a0090e1..134c19b 100644
--- a/generators/hugo/themes/tdro/layouts/_default/taxonomy.html
+++ b/generators/hugo/themes/tdro/layouts/_default/taxonomy.html
@@ -1,6 +1,6 @@
{{ define "main" }}
{{ $sidenote := "<span class=\"marginnote rightnote\">See an archive of all taxonomies <a href=\"/archives/tags/\">here.</a></span>" }}
-<section class="section is-fullheight" itemscope itemtype="http://schema.org/AboutPage">
+<section class="section is-fullheight">
<div class="container">
<div class="columns is-centered">
<div class="column is-7">
diff --git a/generators/hugo/themes/tdro/layouts/_default/taxonomy_archive.html b/generators/hugo/themes/tdro/layouts/_default/taxonomy_archive.html
index 1925575..859252f 100644
--- a/generators/hugo/themes/tdro/layouts/_default/taxonomy_archive.html
+++ b/generators/hugo/themes/tdro/layouts/_default/taxonomy_archive.html
@@ -1,5 +1,5 @@
{{ define "main" }}
-<section class="section is-fullheight" itemscope itemtype="http://schema.org/AboutPage">
+<section class="section is-fullheight">
<div class="container">
<div class="columns is-centered">
<div class="column is-7">
diff --git a/generators/hugo/themes/tdro/layouts/abstracts/section.html b/generators/hugo/themes/tdro/layouts/abstracts/section.html
index b4121a2..f7dad6c 100644
--- a/generators/hugo/themes/tdro/layouts/abstracts/section.html
+++ b/generators/hugo/themes/tdro/layouts/abstracts/section.html
@@ -1,5 +1,5 @@
{{ define "main" }}
-<section class="section is-fullheight" itemscope itemtype="https://schema.org/AboutPage">
+<section class="section is-fullheight">
<div class="container">
<div class="columns is-centered">
<div class="column is-7">