forked from robert/robertjohnson.work
Added name and url for certifications
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
<div class="second-upper-row">
|
||||
<div class="cert-org">{{ certifications.organization }} {% if certifications.credentialid %} ({{ certifications.credentialid }}) {% endif %}</div>
|
||||
{% if certifications.credentialurl %}
|
||||
<div class="cert-url"><a href="//{{ certifications.credentialurl }}" target="_blank">{{ certifications.credentialurl }}</a></div>
|
||||
<div class="cert-url"><a href="//{{ certifications.credentialurl }}" target="_blank">{{ certifications.credentialname }}</a></div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user