diff options
author | daniel-Jones <daniel@danieljon.es> | 2018-02-23 16:42:11 +1030 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2018-02-23 16:42:11 +1030 |
commit | 669e806c271fc93c7d464fd06a6f6e8ec1a76fa1 (patch) | |
tree | 2b9f690d0687d01da19197fa8399084376489610 /templates | |
parent | fd89ee0a8050fbd301e362ec80878f25852bb049 (diff) | |
download | website-669e806c271fc93c7d464fd06a6f6e8ec1a76fa1.tar.gz website-669e806c271fc93c7d464fd06a6f6e8ec1a76fa1.zip |
added interesting page to list things i find interesting
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 | 3 | ||||
-rw-r--r-- | templates/template_nocss.txt | 2 |
4 files changed, 4 insertions, 5 deletions
diff --git a/templates/template_dark.txt b/templates/template_dark.txt index ad3d37c..a8d44bf 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="https://git.danieljon.es">git</a> +<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> {INFO} </div> <div class="content"> diff --git a/templates/template_kawaii.txt b/templates/template_kawaii.txt index 0a31f5e..8c063a3 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="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="/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;"> {INFO} </div> <div class="content"> diff --git a/templates/template_light.txt b/templates/template_light.txt index 96ba4a2..8b7808b 100644 --- a/templates/template_light.txt +++ b/templates/template_light.txt @@ -26,8 +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="https://git.danieljon.es">git</a> +<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> {INFO} </div> <div class="content"> diff --git a/templates/template_nocss.txt b/templates/template_nocss.txt index 1454ce7..cd0be76 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="https://git.danieljon.es">git</a> +<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> {INFO} {CONTENT} <br> <br> page generated {TIME} using <a href="https://git.danieljon.es/website/">sitegenerator</a> |