aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/about.html2
-rw-r--r--src/public/profile.jpgbin0 -> 7401478 bytes
2 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.
diff --git a/src/public/profile.jpg b/src/public/profile.jpg
new file mode 100644
index 0000000..b180c73
--- /dev/null
+++ b/src/public/profile.jpg
Binary files differ