diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-10 17:52:33 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-10 17:52:33 +0200 |
commit | 4e9727be534234320d4d654e1efb1bc98ae1a38a (patch) | |
tree | 226b3f3a3c2098a4e27241eb30f3dbd0b229a1b0 /src | |
parent | cd5959fe27b8b02bded5607e7fd8c0137164c0c6 (diff) | |
download | website-4e9727be534234320d4d654e1efb1bc98ae1a38a.tar.xz |
joruanl: don't use a separate span tag for article aiutor
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> |