diff --git a/_config.yml b/_config.yml index 29ca0e6bcc..f1f1d0e31c 100755 --- a/_config.yml +++ b/_config.yml @@ -12,6 +12,8 @@ site-twitter: #if your site has a twitter account, enter it here author: David Freeman # add your name author-img: david-freeman.jpg # add your photo about-author: I am a web developer focusing on front-end development. Always hungry to keep learning. # add description +about-author-extra-1: Contact me with my email. +about-author-extra-2: For more detail, check my CV!! social-twitter: # add your Twitter handle social-facebook: # add your Facebook handle social-github: artemsheludko # add your Github handle diff --git a/_layouts/main.html b/_layouts/main.html index e337fb0f85..052d151fd9 100644 --- a/_layouts/main.html +++ b/_layouts/main.html @@ -10,6 +10,8 @@
{{site.about-author}}
+{{site.about-author-extra-1}}
+{{site.about-author-extra-2}}