diff options
Diffstat (limited to '')
-rw-r--r-- | src/about.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/about.html b/src/about.html index 264d8a6..a940600 100644 --- a/src/about.html +++ b/src/about.html @@ -11,8 +11,8 @@ <div itemscope :itemtype="schema('ProfilePage')"> <section itemprop="mainEntity" itemscope :itemtype="schema('Person')"> - <h2 itemprop="name" :id="slugify(metadata.author.name)" @content="metadata.author.name">Marc</h2> <aside><img itemprop="image" alt="A Photo of me" :src="metadata.author.image"></aside> + <h2 itemprop="name" @text="metadata.author.name"></h2> <div itemprop="description"> Likes to create programs. Loves to be updated on the latest news and in General Knowledge. |