diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/template_dark.txt | 3 | ||||
-rw-r--r-- | templates/template_kawaii.txt | 4 | ||||
-rw-r--r-- | templates/template_light.txt | 3 | ||||
-rw-r--r-- | templates/template_nocss.txt | 3 | ||||
-rw-r--r-- | templates/template_solarized.txt | 3 |
5 files changed, 11 insertions, 5 deletions
diff --git a/templates/template_dark.txt b/templates/template_dark.txt index c763dff..6b0b1cd 100644 --- a/templates/template_dark.txt +++ b/templates/template_dark.txt @@ -30,7 +30,8 @@ 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://solarized.danieljon.es">solarized</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="/opinions">opinions</a> <a href="/interesting.html">interesting</a> <a href="https://git.danieljon.es">cgit</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">cgit</a> <br> +<a href="/like.html">likes</a> <a href="/dislike.html">dislikes</a> {INFO} </div> <div class="content"> diff --git a/templates/template_kawaii.txt b/templates/template_kawaii.txt index c83d826..853c4fc 100644 --- a/templates/template_kawaii.txt +++ b/templates/template_kawaii.txt @@ -26,7 +26,9 @@ 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://solarized.danieljon.es">solarized</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="/opinions">opinions</a> <a href="/interesting.html">interesting</a> <a href="https://git.danieljon.es">cgit</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">cgit</a> <br> +<a href="/like.html">likes</a> <a href="/dislike.html">dislikes</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 acfa466..5b1922a 100644 --- a/templates/template_light.txt +++ b/templates/template_light.txt @@ -26,7 +26,8 @@ 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://solarized.danieljon.es">solarized</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="/opinions">opinions</a> <a href="/interesting.html">interesting</a> <a href="https://git.danieljon.es">cgit</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">cgit</a> <br> +<a href="/like.html">likes</a> <a href="/dislike.html">dislikes</a> {INFO} </div> <div class="content"> diff --git a/templates/template_nocss.txt b/templates/template_nocss.txt index 7a51127..a888ff2 100644 --- a/templates/template_nocss.txt +++ b/templates/template_nocss.txt @@ -13,7 +13,8 @@ <body> <h1>danieljon.es</h1> <a href="https://danieljon.es">normal</a> <a href="https://solarized.danieljon.es">solarized</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="/opinions">opinions</a> <a href="/interesting.html">interesting</a> <a href="https://git.danieljon.es">cgit</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">cgit</a> <br> +<a href="/like.html">likes</a> <a href="/dislike.html">dislikes</a> {INFO} {CONTENT} <br> <br> page generated {TIME} using <a href="https://git.danieljon.es/website/">sitegenerator</a> diff --git a/templates/template_solarized.txt b/templates/template_solarized.txt index dbe7733..ad41c57 100644 --- a/templates/template_solarized.txt +++ b/templates/template_solarized.txt @@ -31,7 +31,8 @@ div.cover{display:inline-block; vertical-align: top; padding-top: 28px; padding- <h1>danieljon.es</h1> <a href="https://danieljon.es">normal</a> <a href="https://solarized.danieljon.es">solarized</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="/opinions">opinions</a> <a href="/interesting.html">interesting</a> <a href="https://git.danieljon.es">cgit</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">cgit</a> <br> +<a href="/like.html">likes</a> <a href="/dislike.html">dislikes</a> {INFO} </div> <div class="content"> |