Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf3d49a

Browse files
committed
Hack in a dev.to social link [ch255]
1 parent 9f49a74 commit cf3d49a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

theme/Flex/templates/base.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,18 @@ <h1><a href="{{ SITEURL }}">{{ SITETITLE }}</a></h1>
136136
{% for name, link in SOCIAL %}
137137
<li><a class="sc-{{ name }}" href="{{ link }}" target="_blank"><i class="fa fa-{{ name }}"></i></a></li>
138138
{% endfor %}
139+
140+
<!-- gross ugly hack to get dev.to link in place Once it's in FA this can go. See:
141+
https://github.com/FortAwesome/Font-Awesome/issues/12589
142+
and
143+
https://app.clubhouse.io/codependentcodr/story/255/add-dev-to-profile-link
144+
-->
145+
<li>
146+
<a href="https://dev.to/pzelnip">
147+
<img style="position: relative; top: 12px; background-color: white; width:40px;"
148+
src="https://d2fltix0v2e0sb.cloudfront.net/dev-badge.svg" alt="Adam Parkin's DEV Profile" />
149+
</a>
150+
</li>
139151
</ul>
140152
</div>
141153

0 commit comments

Comments
 (0)