aboutsummaryrefslogtreecommitdiff
path: root/_includes/footer.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/footer.html')
-rw-r--r--_includes/footer.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index 1a38d57..ecc658d 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -19,3 +19,18 @@
19 } 19 }
20 }); 20 });
21</script> 21</script>
22
23<!-- Social Profile -->
24<script type="application/ld+json">
25{
26 "@context": "http://schema.org",
27 "@type": "Person",
28 "name": "Mitja Felicijan",
29 "url": "http://mitjafelicijan.com",
30 "sameAs": [
31 "https://github.com/mitjafelicijan",
32 "https://twitter.com/mitjafelicijan",
33 "https://plus.google.com/+MitjaFelicijan"
34 ]
35}
36</script>