summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--partials/footer.html2
-rw-r--r--src/index.html2
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>