summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-10 17:52:33 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-10-10 17:52:33 +0200
commit4e9727be534234320d4d654e1efb1bc98ae1a38a (patch)
tree226b3f3a3c2098a4e27241eb30f3dbd0b229a1b0
parentcd5959fe27b8b02bded5607e7fd8c0137164c0c6 (diff)
downloadwebsite-4e9727be534234320d4d654e1efb1bc98ae1a38a.tar.xz
joruanl: don't use a separate span tag for article aiutor
-rw-r--r--src/journal.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/journal.html b/src/journal.html
index e047bee..5026485 100644
--- a/src/journal.html
+++ b/src/journal.html
@@ -18,7 +18,7 @@
<div class="info">
Published on <time itemprop="datePublished" datetime="2014-08-22T09:50:23Z">2014-08-22 09:50 UTC</time>
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
- by <a rel="author" href="about.html"><span itemprop="name">Johannes Löthberg</span></a>
+ by <a itemprop="name" rel="author" href="about.html">Johannes Löthberg</a>
</span>
</div>
@@ -40,7 +40,7 @@
<div class="info">
Published on <time itemprop="datePublished" datetime="2014-10-10T09:50:23Z">2014-10-10 09:50 UTC</time>
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
- by <a rel="author" href="about.html"><span itemprop="name">Johannes Löthberg</span></a>
+ by <a itemprop="name" rel="author" href="about.html">Johannes Löthberg</a>
</span>
</div>