diff options
author | daniel-Jones <daniel@danieljon.es> | 2017-12-12 01:47:36 +1030 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2017-12-12 01:47:36 +1030 |
commit | 0b1d5d954d304c4e84c0577457217492034a9daf (patch) | |
tree | b2b9cd12001c4f077235d013dd37ccb27947d88d /template.txt | |
parent | a970bdfd4705cb43d472fd4adcfd6155a401083c (diff) | |
download | website-0b1d5d954d304c4e84c0577457217492034a9daf.tar.gz website-0b1d5d954d304c4e84c0577457217492034a9daf.zip |
added .htaccess fileand copy it in setup.sh, changed template links to not directly link to my site, woops.
Diffstat (limited to 'template.txt')
-rw-r--r-- | template.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template.txt b/template.txt index 26bf722..fbb9ad3 100644 --- a/template.txt +++ b/template.txt @@ -23,7 +23,7 @@ div.cover{display:inline-block; vertical-align: top; padding-top: 28px; padding- <body> <div class="middle"> <h1>danieljon.es</h1>free of Javascript, minimal CSS.<br><br> -<a href="https://danieljon.es">index</a> <a href="https://danieljon.es/blog">blog</a> <a href="https://danieljon.es/portfolio.html">portfolio</a> <br> <br> +<a href="/">index</a> <a href="/blog">blog</a> <a href="/portfolio.html">portfolio</a> <br> <br> <a href="https://reddit.com/u/daniel_j-">reddit</a> <a href="https://steamcommunity.com/id/imnotstraightatall/">steam</a> <a href="https://github.com/daniel-Jones">github</a> |