diff options
author | daniel-Jones <daniel@danieljon.es> | 2018-03-02 22:19:19 +1030 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2018-03-02 22:19:19 +1030 |
commit | 5b10f821f01903a960ec4ae418757eed3d5b0a79 (patch) | |
tree | fe65b12bb4d3bfa6b88b77ec1133c74828ed8fe5 /templates | |
parent | b8affc73cb00f551020cc8561c861196d8db31e3 (diff) | |
download | website-5b10f821f01903a960ec4ae418757eed3d5b0a79.tar.gz website-5b10f821f01903a960ec4ae418757eed3d5b0a79.zip |
changed projects heading and removed links to it inside the templates. it sucks and is very outdated
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 a8d44bf..37457e2 100644 --- a/templates/template_dark.txt +++ b/templates/template_dark.txt @@ -30,7 +30,7 @@ div.cover{display:inline-block; vertical-align: top; padding-top: 28px; padding- <div class="middle"> <h1>danieljon.es</h1> <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="/interesting.html">interesting</a> <a href="https://git.danieljon.es">git</a> +<a href="/">index</a> <a href="/blog">blog</a> <a href="/opinions">opinions</a> <a href="/interesting.html">interesting</a> <a href="https://git.danieljon.es">git</a> {INFO} </div> <div class="content"> diff --git a/templates/template_kawaii.txt b/templates/template_kawaii.txt index 8c063a3..88351cb 100644 --- a/templates/template_kawaii.txt +++ b/templates/template_kawaii.txt @@ -26,7 +26,7 @@ div.cover{display:inline-block; vertical-align: top; padding-top: 28px; padding- <div class="middle"> <h1>danieljon.es</h1> <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="/interesting.html">interesting</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;"> +<a href="/">index</a> <a href="/blog">blog</a> <a href="/opinions">opinions</a> <a href="/interesting.html">interesting</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> <div class="content"> diff --git a/templates/template_light.txt b/templates/template_light.txt index 8b7808b..f94cdfc 100644 --- a/templates/template_light.txt +++ b/templates/template_light.txt @@ -26,7 +26,7 @@ div.cover{display:inline-block; vertical-align: top; padding-top: 28px; padding- <div class="middle"> <h1>danieljon.es</h1> <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="/interesting.html">interesting</a> <a href="https://git.danieljon.es">git</a> +<a href="/">index</a> <a href="/blog">blog</a> <a href="/opinions">opinions</a> <a href="/interesting.html">interesting</a> <a href="https://git.danieljon.es">git</a> {INFO} </div> <div class="content"> diff --git a/templates/template_nocss.txt b/templates/template_nocss.txt index cd0be76..06e17ee 100644 --- a/templates/template_nocss.txt +++ b/templates/template_nocss.txt @@ -13,7 +13,7 @@ <body> <h1>danieljon.es</h1> <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="/interesting.html">interesting</a> <a href="https://git.danieljon.es">git</a> +<a href="/">index</a> <a href="/blog">blog</a> <a href="/opinions">opinions</a> <a href="/interesting.html">interesting</a> <a href="https://git.danieljon.es">git</a> {INFO} {CONTENT} <br> <br> page generated {TIME} using <a href="https://git.danieljon.es/website/">sitegenerator</a> |