File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11---
2- new_page_extension : md
2+ {{ new_page_extension: md
33auto_deploy : false
44admin_path :
55webhook_url :
3030 mount_path : " /srv"
3131 working_dir : " /srv"
3232 instant_preview_command : bundle exec jekyll serve --drafts --unpublished --future
33- --port 8080 --host 0.0.0.0 -d _site
33+ --port 8080 --host 0.0.0.0 -d _site}}
Original file line number Diff line number Diff line change @@ -57,6 +57,16 @@ <h1 class="profile-name"> {{ site.title }}</h1>
5757 < i class ="fab fa-telegram-plane "> </ i >
5858 </ a >
5959 {% endif %}
60+ {% if site.dribbble_username %}
61+ < a class ="social-link " href ="https://dribbble.com/{{ site.dribbble_username }} ">
62+ < i class ="fab fa-dribbble "> </ i >
63+ </ a >
64+ {% endif %}
65+ {% if site.flickr_username %}
66+ < a class ="social-link " href ="https://www.flickr.com/photos/{{ site.flickr_username }} ">
67+ < i class ="fab fa-flickr "> </ i >
68+ </ a >
69+ {% endif %}
6070 </ p >
6171
6272 {% if site.author_location %}
You can’t perform that action at this time.
0 commit comments