Skip to content
Snippets Groups Projects
Commit fbea0074 authored by Brian Canini's avatar Brian Canini
Browse files

fixing field name in template

parent 9669d0a5
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@
{% if content.field_dc_linkedin.0 != '' %}
<li>
<a href="{{ content.field_linkedin.0 }}" title="Find us on LinkedIn">
<a href="{{ content.field_dc_linkedin.0 }}" title="Find us on LinkedIn">
<i class="fa fa-linkedin-square"></i>
</a>
</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment