Skip to content
Snippets Groups Projects
Unverified Commit b5a21cbc authored by Michael Lee's avatar Michael Lee Committed by GitHub
Browse files

Merge pull request #428 from ASCWebServices/canini-2

fixing field name in template
parents 9669d0a5 fbea0074
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