diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/journal.html | 4 |
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> |