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 | |
parent | 92f55cbbe81b7a595e40aedeeb3a57b62011b705 (diff) | |
download | theos-website-bc49ab3447fa62f1d216910c8c21af614337d352.tar.xz |
need full path to my about page
-rw-r--r-- | partials/footer.html | 2 | ||||
-rw-r--r-- | src/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/partials/footer.html b/partials/footer.html index 6542ac6..014a62d 100644 --- a/partials/footer.html +++ b/partials/footer.html @@ -1,6 +1,6 @@ <footer> <p id="copy"> © <span itemprop="copyrightYear">2014</span> - by <a itemprop="copyrightHolder" rel="author" href="https://theos.kyriasis.com/~kyrias">Johannes Löthberg</a> + by <a itemprop="copyrightHolder" rel="author" href="https://theos.kyriasis.com/~kyrias/about.html">Johannes Löthberg</a> </p> </footer> 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> |