From 1134557fdc191b95e77d6624f63fcf463a3697f0 Mon Sep 17 00:00:00 2001 From: sharathdt Date: Tue, 20 Jun 2023 17:33:04 +0530 Subject: [PATCH] add noopener to external links --- _includes/certifications.html | 63 +++++++++++++++++++---------------- 1 file changed, 35 insertions(+), 28 deletions(-) diff --git a/_includes/certifications.html b/_includes/certifications.html index 298521d..72f7d0f 100644 --- a/_includes/certifications.html +++ b/_includes/certifications.html @@ -1,41 +1,48 @@ {% assign certifications = site.data.data.certifications %} {% if certifications %}
-

- +

+ - {{ certifications.title }} -

- - {% for certifications in certifications.list %} -
- -
- -
-

{{ certifications.name }}

-
{{ certifications.start }} {% if certifications.end %} - {{ certifications.end }} {% endif %}
-
- - -
-
{{ certifications.organization }} {% if certifications.credentialid %} ({{ certifications.credentialid }}) {% endif %}
- {% if certifications.credentialurl %} - - {% endif %} -
+ + {{ certifications.title }} +

+ {% for certifications in certifications.list %} +
+
+
+

{{ certifications.name }}

+
+ {{ certifications.start }} {% if certifications.end %} - {{ + certifications.end }} {% endif %}
- +
+ -
- {{ certifications.details | markdownify }} +
+
+ {{ certifications.organization }} {% if certifications.credentialid %} + ({{ certifications.credentialid }}) {% endif %}
- + {% if certifications.credentialurl %} + + {% endif %} +
- - {% endfor %} + +
{{ certifications.details | markdownify }}
+
+ + {% endfor %}
{% endif %}