diff options
author | daniel-Jones <daniel@danieljon.es> | 2018-02-09 10:23:42 +1030 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2018-02-09 10:23:42 +1030 |
commit | 42fb0064f70816e3152ea84a8f5aa3d9b818df41 (patch) | |
tree | 208a7039fe746b2954b06c5ee9a996dff61fc781 /templates | |
parent | 16f59f3d9322216e3c199ed07b1aaf99b9cca208 (diff) | |
download | website-42fb0064f70816e3152ea84a8f5aa3d9b818df41.tar.gz website-42fb0064f70816e3152ea84a8f5aa3d9b818df41.zip |
added subdomains themes to the theme templates
Diffstat (limited to 'templates')
-rw-r--r-- | templates/template_dark.txt | 1 | ||||
-rw-r--r-- | templates/template_kawaii.txt | 1 | ||||
-rw-r--r-- | templates/template_nocss.txt | 1 |
3 files changed, 3 insertions, 0 deletions
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} |