diff options
author | daniel-Jones <daniel@danieljon.es> | 2018-06-09 23:12:31 +0930 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2018-06-09 23:12:31 +0930 |
commit | c246f482691ce59000c3c529c492f8cc06b32e5c (patch) | |
tree | 7ed1aa6666c0f9f0daeadf1366fe9d10cf066a78 | |
parent | ebfe0b9fcd06a872d0525d6cdcf7e6bca3df458b (diff) | |
download | website-c246f482691ce59000c3c529c492f8cc06b32e5c.tar.gz website-c246f482691ce59000c3c529c492f8cc06b32e5c.zip |
added pointless but humorous image to the main template
-rw-r--r-- | template.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template.txt b/template.txt index cbb8724..b8711b1 100644 --- a/template.txt +++ b/template.txt @@ -37,6 +37,7 @@ div.cover{display:inline-block; vertical-align: top; padding-top: 28px; padding- <div class="content"> {CONTENT} </div> -<br> <br> <div id="gentag">page generated {TIME} using <a href="https://git.danieljon.es/website/">sitegenerator</a></div> +<br><br> <div class="middle"> <img src="http://danieljon.es/linuxfreak.png"> <br> <a href="https://gitlab.com/ubunchu-translators/ubunchu">source</a> </div> +<br> <div id="gentag">page generated {TIME} using <a href="https://git.danieljon.es/website/">sitegenerator</a></div> </body> </html> |