diff options
author | daniel-Jones <daniel@danieljon.es> | 2018-02-15 20:38:54 +1030 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2018-02-15 20:38:54 +1030 |
commit | 1678380bf24811e94c6cb40203c828ca9e448ef7 (patch) | |
tree | 4eb62be9f01300557b53eb4d4a20e9b1342ce7fd /templates | |
parent | d5192f1ed98c5b7154b78b10a623a855ff3b8b59 (diff) | |
download | website-1678380bf24811e94c6cb40203c828ca9e448ef7.tar.gz website-1678380bf24811e94c6cb40203c828ca9e448ef7.zip |
added light template to live script. added links to light subdomain.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/template_dark.txt | 2 | ||||
-rw-r--r-- | templates/template_kawaii.txt | 2 | ||||
-rw-r--r-- | templates/template_light.txt | 2 | ||||
-rw-r--r-- | templates/template_nocss.txt | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/templates/template_dark.txt b/templates/template_dark.txt index b8ba61f..ad3d37c 100644 --- a/templates/template_dark.txt +++ b/templates/template_dark.txt @@ -29,7 +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="https://danieljon.es">normal</a> <a href="https://light.danieljon.es">light</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 732bf5b..0a31f5e 100644 --- a/templates/template_kawaii.txt +++ b/templates/template_kawaii.txt @@ -25,7 +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="https://danieljon.es">normal</a> <a href="https://light.danieljon.es">light</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_light.txt b/templates/template_light.txt index 1e37ec1..96ba4a2 100644 --- a/templates/template_light.txt +++ b/templates/template_light.txt @@ -25,7 +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="https://danieljon.es">normal</a> <a href="https://light.danieljon.es">light</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} diff --git a/templates/template_nocss.txt b/templates/template_nocss.txt index b23503e..1454ce7 100644 --- a/templates/template_nocss.txt +++ b/templates/template_nocss.txt @@ -12,7 +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="https://danieljon.es">normal</a> <a href="https://light.danieljon.es">light</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} |