Skip to content

Commit abf1ee5

Browse files
committed
2 parents ed2e78d + 5198f17 commit abf1ee5

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

‎.forestry/settings.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
new_page_extension: md
2+
{{new_page_extension: md
33
auto_deploy: false
44
admin_path:
55
webhook_url:
@@ -30,4 +30,4 @@ build:
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}}

‎_layouts/about-me.html‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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 %}

0 commit comments

Comments
 (0)