summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-10 13:20:13 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-10-10 13:20:13 +0200
commitd2cfbbeb964f6f8e8f95d6ee5ccf574dfefd27e5 (patch)
tree1aef5fdfa2352ec135cf6b4063255d44c047fc00 /src
parente0b05b001610386c8b77f18bb8e46cf2a17b1dc4 (diff)
downloadwebsite-d2cfbbeb964f6f8e8f95d6ee5ccf574dfefd27e5.tar.xz
add some schema.org microdata
Diffstat (limited to 'src')
-rw-r--r--src/about.html7
1 files changed, 4 insertions, 3 deletions
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