summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--partials/footer.html4
-rw-r--r--src/about.html7
2 files changed, 7 insertions, 4 deletions
diff --git a/partials/footer.html b/partials/footer.html
index 7dcbd78..33a4998 100644
--- a/partials/footer.html
+++ b/partials/footer.html
@@ -1,6 +1,8 @@
<footer>
<p id="copy">
- &copy; 2014 by Johannes Löthberg<br />
+ &copy; <span itemprop="copyrightYear">2014</span>
+ by <span itemprop="copyrightHolder">Johannes Löthberg</span>
+ <br />
You can find me on:
<span id="contact-info">
<a rel="me" href="mailto:johannes@kyriasis.com">Email</a>
diff --git a/src/about.html b/src/about.html
index acffed8..3e1d62c 100644
--- a/src/about.html
+++ b/src/about.html
@@ -5,13 +5,13 @@
<title>~/about</title>
%include partials/meta.html
</head>
-<body>
+<body itemscope itemtype="http://schema.org/WebPage">
<header>
%include partials/nav.html
<h1>About me</h1>
</header>
- <article id="about">
+ <article id="about" class="botborder" itemprop="mainContentOfPage">
<p>
I'm “kyrias”, also commonly known as “demize”, though you can also call me “Johannes Löthberg” if you’d like. Tho if you ask my local government my last name doesn’t actually contain an ‘h’, which is quite annoying. Anyway, I happen to currently be 18 years of age and I come from and have lived in Sweden my whole life.
</p>
@@ -24,8 +24,9 @@
I also maintain a couple of packages in the <a href="https://aur.archlinux.org">AUR</a>, the Arch User Repository, which is a repository of community contributed PKGBUILDs for the Arch Linux distribution. Some of the packages are for software I use myself, others are packages that other maintainers haven’t taken care of, and the rest are packages that other people have requested to be created.
</p>
- <p id="last-upd">Last updated <time datetime="2014-10-10">2014-10-10</time></p>
+ <p id="last-upd">Last updated <time itemprop="dateModified" datetime="2014-10-10">2014-10-10</time></p>
<p id="author"><a rel="author" href="about.html">Johannes Löthberg</a></p>
+
</article>
%include partials/footer.html