diff --git a/_includes/project_tablecard.html b/_includes/project_tablecard.html index 245fe4d..5403130 100644 --- a/_includes/project_tablecard.html +++ b/_includes/project_tablecard.html @@ -94,6 +94,14 @@ {% for tag in card.progress %} {% if tag.type == 'a' %} <{{ tag.type }} href='{{ tag.href }}'>{{ tag.text }} + {% elsif tag.type == 'br' %} +
+ {% elsif tag.type == 'ol' %} +
    + {% for li in tag.lis %} +
  1. {{ li }}
  2. + {% endfor %} +
{% else %} <{{ tag.type }}>{{ tag.text }} {% endif %} diff --git a/_posts/2020-07-31-progress-update-july.html b/_posts/2020-07-31-progress-update-july.html index c9e05ee..c1357cb 100644 --- a/_posts/2020-07-31-progress-update-july.html +++ b/_posts/2020-07-31-progress-update-july.html @@ -67,6 +67,7 @@ cards: text: "Back in January we paid some of the best in the field to audit our cryptographic library. Their insight and expertise challenged us, in a very good way. The foundation was solid, but it was clear we improve things here and there. During these months, we could progress our cryptography library into what it is now. This module is complete, but also added workload to the timeline." - type: a text: View Cure53's audit report + - type: br - type: a text: Inspect the code of Jess, our cryptography library - type: 'h3'