summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaniel-Jones <daniel@danieljon.es>2018-02-09 10:23:42 +1030
committerdaniel-Jones <daniel@danieljon.es>2018-02-09 10:23:42 +1030
commit42fb0064f70816e3152ea84a8f5aa3d9b818df41 (patch)
tree208a7039fe746b2954b06c5ee9a996dff61fc781
parent16f59f3d9322216e3c199ed07b1aaf99b9cca208 (diff)
downloadwebsite-42fb0064f70816e3152ea84a8f5aa3d9b818df41.tar.gz
website-42fb0064f70816e3152ea84a8f5aa3d9b818df41.zip
added subdomains themes to the theme templates
-rw-r--r--template.txt2
-rw-r--r--templates/template_dark.txt1
-rw-r--r--templates/template_kawaii.txt1
-rw-r--r--templates/template_nocss.txt1
4 files changed, 5 insertions, 0 deletions
diff --git a/template.txt b/template.txt
index d074e57..708eb44 100644
--- a/template.txt
+++ b/template.txt
@@ -25,6 +25,8 @@ div.cover{display:inline-block; vertical-align: top; padding-top: 28px; padding-
<body>
<div class="middle">
<h1>danieljon.es</h1>
+<a href="https://danieljon.es">normal</a> <a href="https://dark.danieljon.es">dark</a> <a href="https://nocss.danieljon.es">no css</a> <br>
+
<a href="/">index</a> <a href="/blog">blog</a> <a href="/portfolio.html">projects</a> <a href="/opinions">opinions</a> <a href="https://git.danieljon.es">git</a>
{INFO}
</div>
diff --git a/templates/template_dark.txt b/templates/template_dark.txt
index 2b7a174..4836550 100644
--- a/templates/template_dark.txt
+++ b/templates/template_dark.txt
@@ -29,6 +29,7 @@ div.cover{display:inline-block; vertical-align: top; padding-top: 28px; padding-
<body>
<div class="middle">
<h1>danieljon.es</h1>
+<a href="https://danieljon.es">normal</a> <a href="https://dark.danieljon.es">dark</a> <a href="https://nocss.danieljon.es">no css</a> <br>
<a href="/">index</a> <a href="/blog">blog</a> <a href="/portfolio.html">projects</a> <a href="/opinions">opinions</a> <a href="https://git.danieljon.es">git</a>
{INFO}
</div>
diff --git a/templates/template_kawaii.txt b/templates/template_kawaii.txt
index d593afe..9a8b8f8 100644
--- a/templates/template_kawaii.txt
+++ b/templates/template_kawaii.txt
@@ -25,6 +25,7 @@ div.cover{display:inline-block; vertical-align: top; padding-top: 28px; padding-
<body>
<div class="middle">
<h1>danieljon.es</h1>
+<a href="https://danieljon.es">normal</a> <a href="https://dark.danieljon.es">dark</a> <a href="https://nocss.danieljon.es">no css</a> <br>
<a href="/">index</a> <a href="/blog">blog</a> <a href="/portfolio.html">projects</a> <a href="/opinions">opinions</a> <a href="https://git.danieljon.es">git</a> <img src="https://kawaii.danieljon.es/media/dance2.gif" style="position: absolute; top: 10px; float: left;">
{INFO}
</div>
diff --git a/templates/template_nocss.txt b/templates/template_nocss.txt
index 382ea62..b23503e 100644
--- a/templates/template_nocss.txt
+++ b/templates/template_nocss.txt
@@ -12,6 +12,7 @@
</head>
<body>
<h1>danieljon.es</h1>
+<a href="https://danieljon.es">normal</a> <a href="https://dark.danieljon.es">dark</a> <a href="https://nocss.danieljon.es">no css</a> <br>
<a href="/">index</a> <a href="/blog">blog</a> <a href="/portfolio.html">projects</a> <a href="/opinions">opinions</a> <a href="https://git.danieljon.es">git</a>
{INFO}
{CONTENT}