summaryrefslogtreecommitdiff
path: root/project/templates/tags
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2021-11-26 20:41:39 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2021-11-26 20:41:39 +1300
commitd640c7bd637fa07150bbdaba17bcdcc8d24c676b (patch)
tree045555baff72028d7853bb4ac47077064799ccdb /project/templates/tags
parent14025d22ce3d66c9d235e57221ec4653e00f972c (diff)
Refactored base templates
Diffstat (limited to 'project/templates/tags')
-rw-r--r--project/templates/tags/application.xhtml2
-rw-r--r--project/templates/tags/binding.xhtml2
-rw-r--r--project/templates/tags/compsci.xhtml2
-rw-r--r--project/templates/tags/copyright.xhtml2
-rw-r--r--project/templates/tags/esoteric.xhtml2
-rw-r--r--project/templates/tags/language.xhtml2
-rw-r--r--project/templates/tags/legal.xhtml2
-rw-r--r--project/templates/tags/library.xhtml2
-rw-r--r--project/templates/tags/maps.xhtml2
-rw-r--r--project/templates/tags/mathematics.xhtml2
-rw-r--r--project/templates/tags/politics.xhtml2
-rw-r--r--project/templates/tags/programming.xhtml2
-rw-r--r--project/templates/tags/transport.xhtml2
-rw-r--r--project/templates/tags/videogames.xhtml2
14 files changed, 14 insertions, 14 deletions
diff --git a/project/templates/tags/application.xhtml b/project/templates/tags/application.xhtml
index e8555c7..82c2a5f 100644
--- a/project/templates/tags/application.xhtml
+++ b/project/templates/tags/application.xhtml
@@ -1,5 +1,5 @@
-{%- extends "base.xhtml" -%}
+{%- extends "base_plain.xhtml" -%}
diff --git a/project/templates/tags/binding.xhtml b/project/templates/tags/binding.xhtml
index 34d5b91..794e595 100644
--- a/project/templates/tags/binding.xhtml
+++ b/project/templates/tags/binding.xhtml
@@ -1,5 +1,5 @@
-{%- extends "base.xhtml" -%}
+{%- extends "base_plain.xhtml" -%}
diff --git a/project/templates/tags/compsci.xhtml b/project/templates/tags/compsci.xhtml
index 7a269ef..741cf51 100644
--- a/project/templates/tags/compsci.xhtml
+++ b/project/templates/tags/compsci.xhtml
@@ -1,5 +1,5 @@
-{%- extends "base.xhtml" -%}
+{%- extends "base_plain.xhtml" -%}
diff --git a/project/templates/tags/copyright.xhtml b/project/templates/tags/copyright.xhtml
index 9c23058..dfe6295 100644
--- a/project/templates/tags/copyright.xhtml
+++ b/project/templates/tags/copyright.xhtml
@@ -1,5 +1,5 @@
-{%- extends "base.xhtml" -%}
+{%- extends "base_plain.xhtml" -%}
diff --git a/project/templates/tags/esoteric.xhtml b/project/templates/tags/esoteric.xhtml
index 14f75b4..917851c 100644
--- a/project/templates/tags/esoteric.xhtml
+++ b/project/templates/tags/esoteric.xhtml
@@ -1,5 +1,5 @@
-{%- extends "base.xhtml" -%}
+{%- extends "base_plain.xhtml" -%}
diff --git a/project/templates/tags/language.xhtml b/project/templates/tags/language.xhtml
index f3193ca..7669da9 100644
--- a/project/templates/tags/language.xhtml
+++ b/project/templates/tags/language.xhtml
@@ -1,5 +1,5 @@
-{%- extends "base.xhtml" -%}
+{%- extends "base_plain.xhtml" -%}
diff --git a/project/templates/tags/legal.xhtml b/project/templates/tags/legal.xhtml
index 71e30dd..1d97d7a 100644
--- a/project/templates/tags/legal.xhtml
+++ b/project/templates/tags/legal.xhtml
@@ -1,5 +1,5 @@
-{%- extends "base.xhtml" -%}
+{%- extends "base_plain.xhtml" -%}
diff --git a/project/templates/tags/library.xhtml b/project/templates/tags/library.xhtml
index b73f7b5..3f9c2fc 100644
--- a/project/templates/tags/library.xhtml
+++ b/project/templates/tags/library.xhtml
@@ -1,5 +1,5 @@
-{%- extends "base.xhtml" -%}
+{%- extends "base_plain.xhtml" -%}
diff --git a/project/templates/tags/maps.xhtml b/project/templates/tags/maps.xhtml
index ccccc34..8fe15e5 100644
--- a/project/templates/tags/maps.xhtml
+++ b/project/templates/tags/maps.xhtml
@@ -1,5 +1,5 @@
-{%- extends "base.xhtml" -%}
+{%- extends "base_plain.xhtml" -%}
diff --git a/project/templates/tags/mathematics.xhtml b/project/templates/tags/mathematics.xhtml
index 6d16264..4441004 100644
--- a/project/templates/tags/mathematics.xhtml
+++ b/project/templates/tags/mathematics.xhtml
@@ -1,5 +1,5 @@
-{%- extends "base.xhtml" -%}
+{%- extends "base_plain.xhtml" -%}
diff --git a/project/templates/tags/politics.xhtml b/project/templates/tags/politics.xhtml
index 8b2b1f9..7cc490f 100644
--- a/project/templates/tags/politics.xhtml
+++ b/project/templates/tags/politics.xhtml
@@ -1,5 +1,5 @@
-{%- extends "base.xhtml" -%}
+{%- extends "base_plain.xhtml" -%}
diff --git a/project/templates/tags/programming.xhtml b/project/templates/tags/programming.xhtml
index 8307d65..d4ca315 100644
--- a/project/templates/tags/programming.xhtml
+++ b/project/templates/tags/programming.xhtml
@@ -1,5 +1,5 @@
-{%- extends "base.xhtml" -%}
+{%- extends "base_plain.xhtml" -%}
diff --git a/project/templates/tags/transport.xhtml b/project/templates/tags/transport.xhtml
index b457d92..0881d37 100644
--- a/project/templates/tags/transport.xhtml
+++ b/project/templates/tags/transport.xhtml
@@ -1,5 +1,5 @@
-{%- extends "base.xhtml" -%}
+{%- extends "base_plain.xhtml" -%}
diff --git a/project/templates/tags/videogames.xhtml b/project/templates/tags/videogames.xhtml
index 188f016..ea820a8 100644
--- a/project/templates/tags/videogames.xhtml
+++ b/project/templates/tags/videogames.xhtml
@@ -1,5 +1,5 @@
-{%- extends "base.xhtml" -%}
+{%- extends "base_plain.xhtml" -%}