diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-11 00:27:05 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-11 00:27:41 +0200 |
commit | bc49ab3447fa62f1d216910c8c21af614337d352 (patch) | |
tree | 70111a0aa5b927784aac825f70e9269735b40d5d /src | |
parent | 92f55cbbe81b7a595e40aedeeb3a57b62011b705 (diff) | |
download | theos-website-bc49ab3447fa62f1d216910c8c21af614337d352.tar.xz |
need full path to my about page
Diffstat (limited to 'src')
-rw-r--r-- | src/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index b352644..c0b696d 100644 --- a/src/index.html +++ b/src/index.html @@ -33,7 +33,7 @@ </article> <p class="info-right">Last updated <time itemprop="dateModified" datetime="2014-10-10">2014-10-10</time></p> - <p class="info-right botborder"><a rel="author" href="about.html">Johannes Löthberg</a></p> + <p class="info-right botborder"><a rel="author" href="https://theos.kyriasis.com/~kyrias/about.html">Johannes Löthberg</a></p> %include partials/footer.html </body> |